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"
438
438
"The recipient will receive less bitcoins than you enter in the amount field."},
439
439
{"replaceable", RPCArg::Type::BOOL, /* default */"wallet default", "Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
440
-
{"conf_target", RPCArg::Type::NUM, /* default */"wallet -txconfirmtarget", "Confirmation target (in blocks)\n"
{"conf_target", RPCArg::Type::NUM, /* default */"wallet -txconfirmtarget", "Confirmation target in blocks"},
442
441
{"estimate_mode", RPCArg::Type::STR, /* default */"unset", std::string() + "The fee estimate mode, must be one of (case insensitive):\n"
443
442
"\"" + FeeModes("\"\n\"") + "\""},
444
443
{"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"
@@ -867,8 +866,7 @@ static RPCHelpMan sendmany()
867
866
},
868
867
},
869
868
{"replaceable", RPCArg::Type::BOOL, /* default */"wallet default", "Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
870
-
{"conf_target", RPCArg::Type::NUM, /* default */"wallet -txconfirmtarget", "Confirmation target (in blocks)\n"
{"conf_target", RPCArg::Type::NUM, /* default */"wallet -txconfirmtarget", "Confirmation target in blocks"},
4020
4015
{"estimate_mode", RPCArg::Type::STR, /* default */"unset", std::string() + "The fee estimate mode, must be one of (case insensitive):\n"
4021
4016
"\"" + FeeModes("\"\n\"") + "\""},
4022
4017
{"fee_rate", RPCArg::Type::AMOUNT, /* default */"not set, fall back to wallet fee estimation", "Specify a fee rate in " + CURRENCY_ATOM + "/vB."},
@@ -4027,8 +4022,7 @@ static RPCHelpMan send()
4027
4022
{"change_address", RPCArg::Type::STR_HEX, /* default */"pool address", "The bitcoin address to receive the change"},
4028
4023
{"change_position", RPCArg::Type::NUM, /* default */"random", "The index of the change output"},
4029
4024
{"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\"."},
4030
-
{"conf_target", RPCArg::Type::NUM, /* default */"wallet -txconfirmtarget", "Confirmation target (in blocks)\n"
0 commit comments