From 69fd9e0fcffeff706f9fb17050627094491863b8 Mon Sep 17 00:00:00 2001 From: xiao93 <42384581+xiao93@users.noreply.github.com> Date: Sat, 6 Nov 2021 15:42:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e621928ea..77aa799931 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ The `cli_wallet` program can also be configured to serve **all of its commands** Start `cli_wallet` with RPC connection enabled: - $ ./programs/cli_wallet/cli_wallet --rpc-endpoint=127.0.0.8091 + $ ./programs/cli_wallet/cli_wallet --rpc-endpoint=127.0.0.1:8091 Access the wallet API using an HTTP client: