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
" The recipient will receive less bitcoins than you enter in the amount field."},
371
371
{"replaceable", RPCArg::Type::BOOL, /* default */"wallet default", "Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
372
372
{"conf_target", RPCArg::Type::NUM, /* default */"wallet default", "Confirmation target (in blocks)"},
373
-
{"estimate_mode", RPCArg::Type::STR, /* default */"UNSET", "The fee estimate mode, must be one of:\n"
374
-
"\"UNSET\"\n"
375
-
"\"ECONOMICAL\"\n"
376
-
"\"CONSERVATIVE\""},
373
+
{"estimate_mode", RPCArg::Type::STR, /* default */"unset", std::string() + "The fee estimate mode, must be one of (case insensitive):\n"
374
+
"\"" + FeeModes("\"\n\"") + "\""},
377
375
{"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"
378
376
" dirty if they have previously been used in a transaction."},
{"replaceable", RPCArg::Type::BOOL, /* default */"wallet default", "Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
783
781
{"conf_target", RPCArg::Type::NUM, /* default */"wallet default", "Confirmation target (in blocks)"},
784
-
{"estimate_mode", RPCArg::Type::STR, /* default */"UNSET", "The fee estimate mode, must be one of:\n"
785
-
"\"UNSET\"\n"
786
-
"\"ECONOMICAL\"\n"
787
-
"\"CONSERVATIVE\""},
782
+
{"estimate_mode", RPCArg::Type::STR, /* default */"unset", std::string() + "The fee estimate mode, must be one of (case insensitive):\n"
783
+
"\"" + FeeModes("\"\n\"") + "\""},
788
784
},
789
785
RPCResult{
790
786
RPCResult::Type::STR_HEX, "txid", "The transaction id for the send. Only 1 transaction is created regardless of\n"
0 commit comments