Typo of the Devnet server IP address

Fix a typo of the IP address of `s.devnet.rippletest.net`.
This commit is contained in:
Ken Sato
2019-12-05 06:37:33 +09:00
committed by GitHub
parent e960bb61e0
commit c74cc3412a

View File

@@ -84,7 +84,7 @@ To connect your `rippled` server to the XRP Testnet or Devnet, set the following
The following command checks the latest validated ledger of a Devnet server at `s.devnet.rippletest.net`:
$ ./rippled --rpc_ip 34.83.125.324:51234 server_info | grep seq
$ ./rippled --rpc_ip 34.83.125.234:51234 server_info | grep seq
The following command checks your local `rippled`'s latest validated ledger index: