diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index 94521004d..adafcd26d 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -863,7 +863,7 @@ std::string HelpExampleCli(const std::string& methodname, const std::string& arg std::string HelpExampleRpc(const std::string& methodname, const std::string& args) { return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", " - "\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/\n"; + "\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:7771/\n"; } void RPCRegisterTimerInterface(RPCTimerInterface *iface)