Fix combinerawtransaction RPC help result section

This commit is contained in:
Jonas Nick 2017-08-17 19:35:30 -07:00
parent 22e301a3d5
commit f9ca0fe44e

View file

@ -572,7 +572,7 @@ UniValue combinerawtransaction(const JSONRPCRequest& request)
" ]\n"
"\nResult:\n"
"\"hex\" : \"value\", (string) The hex-encoded raw transaction with signature(s)\n"
"\"hex\" (string) The hex-encoded raw transaction with signature(s)\n"
"\nExamples:\n"
+ HelpExampleCli("combinerawtransaction", "[\"myhex1\", \"myhex2\", \"myhex3\"]")