mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 16:31:18 +02:00
rawtransaction: fix argument in combinerawtransaction help message
This commit is contained in:
@@ -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"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user