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
{"changeAddress", RPCArg::Type::STR, /* default */"pool address", "The bitcoin address to receive the change"},
3133
3133
{"changePosition", RPCArg::Type::NUM, /* default */"random", "The index of the change output"},
3134
3134
{"change_type", RPCArg::Type::STR, /* default */"set by -changetype", "The output type to use. Only valid if changeAddress is not specified. Options are \"legacy\", \"p2sh-segwit\", and \"bech32\"."},
3135
-
{"includeWatching", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Also select inputs which are watch only"},
3135
+
{"includeWatching", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Also select inputs which are watch only.\n"
3136
+
"Only solvable inputs can be used. Watch-only destinations are solvable if the public key and/or output script was imported,\n"
3137
+
"e.g. with 'importpubkey' or 'importmulti' with the 'pubkeys' or 'desc' field."},
0 commit comments