From c74cc3412ac2d0d2f35b9720c2d722165ff9b714 Mon Sep 17 00:00:00 2001 From: Ken Sato Date: Thu, 5 Dec 2019 06:37:33 +0900 Subject: [PATCH] Typo of the Devnet server IP address Fix a typo of the IP address of `s.devnet.rippletest.net`. --- .../configuration/connect-your-rippled-to-the-xrp-test-net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md b/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md index efe1382a38..d58cfaf812 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md +++ b/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md @@ -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: