mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
rawtransaction: fix argument in combinerawtransaction help message
This commit is contained in:
parent
23d3ae7acc
commit
4294e70690
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ static UniValue combinerawtransaction(const JSONRPCRequest& request)
|
|||
{
|
||||
{"txs", RPCArg::Type::ARR, RPCArg::Optional::NO, "The hex strings of partially signed transactions",
|
||||
{
|
||||
{"hexstring", RPCArg::Type::STR_HEX, RPCArg::Optional::OMITTED, "A transaction hash"},
|
||||
{"hexstring", RPCArg::Type::STR_HEX, RPCArg::Optional::OMITTED, "A hex-encoded raw transaction"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue