Skip to content

Commit 299c3fc

Browse files
instagibbsstevenroose
authored andcommitted
fix HelpExamplRPC port for liquidv1 vs bitcoin mainnet
1 parent e3b750d commit 299c3fc

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
@@ -590,7 +590,7 @@ std::string HelpExampleCli(const std::string& methodname, const std::string& arg
590590
std::string HelpExampleRpc(const std::string& methodname, const std::string& args)
591591
{
592592
return "> curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", "
593-
"\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:8332/\n";
593+
"\"method\": \"" + methodname + "\", \"params\": [" + args + "] }' -H 'content-type: text/plain;' http://127.0.0.1:7041/\n";
594594
}
595595

596596
void RPCSetTimerInterfaceIfUnset(RPCTimerInterface *iface)

0 commit comments

Comments
 (0)