Skip to content

Commit f355883

Browse files
committed
Merge #11083: Fix combinerawtransaction RPC help result section
f9ca0fe Fix combinerawtransaction RPC help result section (Jonas Nick) Pull request description: Without this PR it looks like the RPC would return something like a dictionary. But it just returns the transaction in hex. Tree-SHA512: 565571fbb60cb805f81198cf0eab9ecdc04b62aff58c56145449235cd7c21215f4a1d7a5694d01c1a815fe0e787e5b790d24b71e2f9cc595cda16462ab680b8d
2 parents dbf6bd6 + f9ca0fe commit f355883

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)