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"
361
361
" The recipient will receive less bitcoins than you enter in the amount field."},
362
-
{"replaceable", RPCArg::Type::BOOL, /* default */"fallback to wallet's default", "Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
363
-
{"conf_target", RPCArg::Type::NUM, /* default */"fallback to wallet's default", "Confirmation target (in blocks)"},
362
+
{"replaceable", RPCArg::Type::BOOL, /* default */"wallet default", "Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
363
+
{"conf_target", RPCArg::Type::NUM, /* default */"wallet default", "Confirmation target (in blocks)"},
364
364
{"estimate_mode", RPCArg::Type::STR, /* default */"UNSET", "The fee estimate mode, must be one of:\n"
{"address", RPCArg::Type::STR, RPCArg::Optional::OMITTED, "Subtract fee from this address"},
816
816
},
817
817
},
818
-
{"replaceable", RPCArg::Type::BOOL, /* default */"fallback to wallet's default", "Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
819
-
{"conf_target", RPCArg::Type::NUM, /* default */"fallback to wallet's default", "Confirmation target (in blocks)"},
818
+
{"replaceable", RPCArg::Type::BOOL, /* default */"wallet default", "Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
819
+
{"conf_target", RPCArg::Type::NUM, /* default */"wallet default", "Confirmation target (in blocks)"},
820
820
{"estimate_mode", RPCArg::Type::STR, /* default */"UNSET", "The fee estimate mode, must be one of:\n"
0 commit comments