Use commas instead of brackets in getnormalizedtxid RPC call

This commit is contained in:
lateminer
2018-10-19 21:14:17 +03:00
parent a40209ddbd
commit 20fbff2cf4

View File

@@ -574,7 +574,7 @@ UniValue getnormalizedtxid(const UniValue& params, bool fHelp)
{
if (fHelp || params.size() != 1)
throw runtime_error(
"getnormalizedtxid <hex string>\n"
"getnormalizedtxid \"hexstring\"\n"
"Return the normalized transaction ID.");
// parse hex string from parameter
CTransaction tx;