rawtransaction: fix argument in combinerawtransaction help message

This commit is contained in:
Matthew Zipkin 2020-09-04 17:21:18 -04:00
parent 23d3ae7acc
commit 4294e70690
No known key found for this signature in database
GPG Key ID: E7E2984B6289C93A

View File

@ -627,7 +627,7 @@ static UniValue combinerawtransaction(const JSONRPCRequest& request)
{ {
{"txs", RPCArg::Type::ARR, RPCArg::Optional::NO, "The hex strings of partially signed transactions", {"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"},
}, },
}, },
}, },