mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Fix combinerawtransaction RPC help result section
This commit is contained in:
parent
22e301a3d5
commit
f9ca0fe44e
1 changed files with 1 additions and 1 deletions
|
|
@ -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\"]")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue