mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 53653060c1 into merged_master (Bitcoin PR bitcoin/bitcoin#26795)
This commit is contained in:
commit
3a4bc63a6f
1 changed files with 11 additions and 7 deletions
|
|
@ -845,13 +845,17 @@ RPCHelpMan fundrawtransaction()
|
|||
},
|
||||
{"input_weights", RPCArg::Type::ARR, RPCArg::Optional::OMITTED_NAMED_ARG, "Inputs and their corresponding weights",
|
||||
{
|
||||
{"txid", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The transaction id"},
|
||||
{"vout", RPCArg::Type::NUM, RPCArg::Optional::NO, "The output index"},
|
||||
{"weight", RPCArg::Type::NUM, RPCArg::Optional::NO, "The maximum weight for this input, "
|
||||
"including the weight of the outpoint and sequence number. "
|
||||
"Note that serialized signature sizes are not guaranteed to be consistent, "
|
||||
"so the maximum DER signatures size of 73 bytes should be used when considering ECDSA signatures."
|
||||
"Remember to convert serialized sizes to weight units when necessary."},
|
||||
{"", RPCArg::Type::OBJ, RPCArg::Optional::OMITTED, "",
|
||||
{
|
||||
{"txid", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The transaction id"},
|
||||
{"vout", RPCArg::Type::NUM, RPCArg::Optional::NO, "The output index"},
|
||||
{"weight", RPCArg::Type::NUM, RPCArg::Optional::NO, "The maximum weight for this input, "
|
||||
"including the weight of the outpoint and sequence number. "
|
||||
"Note that serialized signature sizes are not guaranteed to be consistent, "
|
||||
"so the maximum DER signatures size of 73 bytes should be used when considering ECDSA signatures."
|
||||
"Remember to convert serialized sizes to weight units when necessary."},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue