mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-08-04 05:54:48 +02:00
Diff-minimise
This commit is contained in:
parent
78ca914751
commit
615033cfb8
@ -1933,13 +1933,13 @@ RPCHelpMan descriptorprocesspsbt()
|
|||||||
}},
|
}},
|
||||||
{"options|sighashtype", {RPCArg::Type::OBJ_NAMED_PARAMS, RPCArg::Type::STR}, RPCArg::Optional::OMITTED, "",
|
{"options|sighashtype", {RPCArg::Type::OBJ_NAMED_PARAMS, RPCArg::Type::STR}, RPCArg::Optional::OMITTED, "",
|
||||||
{
|
{
|
||||||
{"sighashtype", RPCArg::Type::STR, RPCArg::Default{"DEFAULT for Taproot, ALL otherwise"}, "The signature hash type to sign with if not specified by the PSBT. Must be one of\n"
|
{"sighashtype", RPCArg::Type::STR, RPCArg::Default{"DEFAULT for Taproot, ALL otherwise"}, "The signature hash type to sign with if not specified by the PSBT. Must be one of\n"
|
||||||
" \"DEFAULT\"\n"
|
" \"DEFAULT\"\n"
|
||||||
" \"ALL\"\n"
|
" \"ALL\"\n"
|
||||||
" \"NONE\"\n"
|
" \"NONE\"\n"
|
||||||
" \"SINGLE\"\n"
|
" \"SINGLE\"\n"
|
||||||
" \"ALL|ANYONECANPAY\"\n"
|
" \"ALL|ANYONECANPAY\"\n"
|
||||||
" \"NONE|ANYONECANPAY\"\n"
|
" \"NONE|ANYONECANPAY\"\n"
|
||||||
" \"SINGLE|ANYONECANPAY\"",
|
" \"SINGLE|ANYONECANPAY\"",
|
||||||
RPCArgOptions{.also_positional = true}},
|
RPCArgOptions{.also_positional = true}},
|
||||||
{"bip32derivs", RPCArg::Type::BOOL, RPCArg::Default{true}, "Include BIP 32 derivation paths for public keys if we know them", RPCArgOptions{.also_positional = true}},
|
{"bip32derivs", RPCArg::Type::BOOL, RPCArg::Default{true}, "Include BIP 32 derivation paths for public keys if we know them", RPCArgOptions{.also_positional = true}},
|
||||||
|
Loading…
Reference in New Issue
Block a user