Skip to content

Commit f9ca0fe

Browse files
committed
Fix combinerawtransaction RPC help result section
1 parent 22e301a commit f9ca0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ UniValue combinerawtransaction(const JSONRPCRequest& request)
572572
" ]\n"
573573

574574
"\nResult:\n"
575-
"\"hex\" : \"value\", (string) The hex-encoded raw transaction with signature(s)\n"
575+
"\"hex\" (string) The hex-encoded raw transaction with signature(s)\n"
576576

577577
"\nExamples:\n"
578578
+ HelpExampleCli("combinerawtransaction", "[\"myhex1\", \"myhex2\", \"myhex3\"]")

0 commit comments

Comments
 (0)