Skip to content

Commit

Permalink
Fix combinerawtransaction RPC help result section
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Aug 18, 2017
1 parent 22e301a commit f9ca0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/rawtransaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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\"]")
Expand Down

0 comments on commit f9ca0fe

Please sign in to comment.