You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"subtractfeefromamount", RPCArg::Type::BOOL, /* default */"false", "The fee will be deducted from the amount being sent.\n"
441
441
"The recipient will receive less bitcoins than you enter in the amount field."},
442
442
{"replaceable", RPCArg::Type::BOOL, /* default */"wallet default", "Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
443
-
{"conf_target", RPCArg::Type::NUM, /* default */"wallet default", "Confirmation target (in blocks), or fee rate (for " + CURRENCY_UNIT + "/kB or " + CURRENCY_ATOM + "/B estimate modes)"},
443
+
{"conf_target", RPCArg::Type::NUM, /* default */"wallet -txconfirmtarget", "Confirmation target (in blocks)\n"
{"estimate_mode", RPCArg::Type::STR, /* default */"unset", std::string() + "The fee estimate mode, must be one of (case insensitive):\n"
445
446
"\"" + FeeModes("\"\n\"") + "\""},
446
447
{"avoid_reuse", RPCArg::Type::BOOL, /* default */"true", "(only available if avoid_reuse wallet flag is set) Avoid spending from dirty addresses; addresses are considered\n"
@@ -868,7 +869,8 @@ static RPCHelpMan sendmany()
868
869
},
869
870
},
870
871
{"replaceable", RPCArg::Type::BOOL, /* default */"wallet default", "Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
871
-
{"conf_target", RPCArg::Type::NUM, /* default */"wallet default", "Confirmation target (in blocks), or fee rate (for " + CURRENCY_UNIT + "/kB or " + CURRENCY_ATOM + "/B estimate modes)"},
872
+
{"conf_target", RPCArg::Type::NUM, /* default */"wallet -txconfirmtarget", "Confirmation target (in blocks)\n"
{"change_address", RPCArg::Type::STR_HEX, /* default */"pool address", "The bitcoin address to receive the change"},
4019
4024
{"change_position", RPCArg::Type::NUM, /* default */"random", "The index of the change output"},
4020
4025
{"change_type", RPCArg::Type::STR, /* default */"set by -changetype", "The output type to use. Only valid if change_address is not specified. Options are \"legacy\", \"p2sh-segwit\", and \"bech32\"."},
4021
-
{"conf_target", RPCArg::Type::NUM, /* default */"wallet default", "Confirmation target (in blocks), or fee rate (for " + CURRENCY_UNIT + "/kB or " + CURRENCY_ATOM + "/B estimate modes)"},
4026
+
{"conf_target", RPCArg::Type::NUM, /* default */"wallet -txconfirmtarget", "Confirmation target (in blocks)\n"
0 commit comments