mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
Fix combinerawtransaction RPC help result section
This commit is contained in:
@@ -572,7 +572,7 @@ UniValue combinerawtransaction(const JSONRPCRequest& request)
|
|||||||
" ]\n"
|
" ]\n"
|
||||||
|
|
||||||
"\nResult:\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"
|
"\nExamples:\n"
|
||||||
+ HelpExampleCli("combinerawtransaction", "[\"myhex1\", \"myhex2\", \"myhex3\"]")
|
+ HelpExampleCli("combinerawtransaction", "[\"myhex1\", \"myhex2\", \"myhex3\"]")
|
||||||
|
|||||||
Reference in New Issue
Block a user