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
{"options", RPCArg::Type::OBJ, RPCArg::Optional::OMITTED_NAMED_ARG, "for backward compatibility: passing in a true instead of an object will result in {\"includeWatching\":true}",
3531
3535
{
3532
3536
{"add_inputs", RPCArg::Type::BOOL, /* default */"true", "For a transaction with existing inputs, automatically include more if they are not enough."},
3537
+
{"include_unsafe", RPCArg::Type::BOOL, /* default */"false", "Include inputs that are not safe to spend (unconfirmed transactions from outside keys and unconfirmed replacement transactions).\n"
3538
+
"Warning: the resulting transaction may become invalid if one of the unsafe inputs disappears.\n"
3539
+
"If that happens, you will need to fund the transaction with different inputs and republish it."},
3533
3540
{"changeAddress", RPCArg::Type::STR, /* default */"pool address", "The Dash address to receive the change"},
3534
3541
{"changePosition", RPCArg::Type::NUM, /* default */"random", "The index of the change output"},
3535
3542
{"includeWatching", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Also select inputs which are watch only.\n"
{"add_inputs", RPCArg::Type::BOOL, /* default */"false", "If inputs are specified, automatically include more if they are not enough."},
4209
+
{"include_unsafe", RPCArg::Type::BOOL, /* default */"false", "Include inputs that are not safe to spend (unconfirmed transactions from outside keys and unconfirmed replacement transactions).\n"
4210
+
"Warning: the resulting transaction may become invalid if one of the unsafe inputs disappears.\n"
4211
+
"If that happens, you will need to fund the transaction with different inputs and republish it."},
4202
4212
{"add_to_wallet", RPCArg::Type::BOOL, /* default */"true", "When false, returns a serialized transaction which will not be added to the wallet or broadcast"},
4203
4213
{"change_address", RPCArg::Type::STR_HEX, /* default */"pool address", "The Dash address to receive the change"},
4204
4214
{"change_position", RPCArg::Type::NUM, /* default */"random", "The index of the change output"},
{"add_inputs", RPCArg::Type::BOOL, /* default */"false", "If inputs are specified, automatically include more if they are not enough."},
4546
+
{"include_unsafe", RPCArg::Type::BOOL, /* default */"false", "Include inputs that are not safe to spend (unconfirmed transactions from outside keys and unconfirmed replacement transactions).\n"
4547
+
"Warning: the resulting transaction may become invalid if one of the unsafe inputs disappears.\n"
4548
+
"If that happens, you will need to fund the transaction with different inputs and republish it."},
4536
4549
{"changeAddress", RPCArg::Type::STR_HEX, /* default */"pool address", "The Dash address to receive the change"},
4537
4550
{"changePosition", RPCArg::Type::NUM, /* default */"random", "The index of the change output"},
4538
4551
{"includeWatching", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Also select inputs which are watch only"},
0 commit comments