Skip to content

Commit adedc7f

Browse files
committed
fix HelpExamplRPC port for liquidv1 vs bitcoin mainnet
1 parent d35bf08 commit adedc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ std::string HelpExampleCli(const std::string& methodname, const std::string& arg
578578
std::string HelpExampleRpc(const std::string& methodname, const std::string& args)
579579
{
580580
return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", "
581-
"\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/\n";
581+
"\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:7041/\n";
582582
}
583583

584584
void RPCSetTimerInterfaceIfUnset(RPCTimerInterface *iface)

0 commit comments

Comments
 (0)