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
{"dummy", RPCArg::Type::STR, RPCArg::Optional::OMITTED_NAMED_ARG, "Remains for backward compatibility. Must be excluded or set to \"*\"."},
734
734
{"minconf", RPCArg::Type::NUM, /* default */"0", "Only include transactions confirmed at least this many times."},
735
-
{"include_watchonly", RPCArg::Type::BOOL, /* default */"false", "Also include balance in watch-only addresses (see 'importaddress')"},
735
+
{"include_watchonly", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Also include balance in watch-only addresses (see 'importaddress')"},
736
736
{"avoid_reuse", RPCArg::Type::BOOL, /* default */"true", "(only available if avoid_reuse wallet flag is set) Do not include balance in dirty outputs; addresses are considered dirty if they have previously been used in a transaction."},
{"minconf", RPCArg::Type::NUM, /* default */"1", "The minimum number of confirmations before payments are included."},
1196
1196
{"include_empty", RPCArg::Type::BOOL, /* default */"false", "Whether to include addresses that haven't received any payments."},
1197
-
{"include_watchonly", RPCArg::Type::BOOL, /* default */"false", "Whether to include watch-only addresses (see 'importaddress')."},
1197
+
{"include_watchonly", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Whether to include watch-only addresses (see 'importaddress')"},
1198
1198
{"address_filter", RPCArg::Type::STR, RPCArg::Optional::OMITTED_NAMED_ARG, "If present, only return information on this address."},
{"minconf", RPCArg::Type::NUM, /* default */"1", "The minimum number of confirmations before payments are included."},
1247
1247
{"include_empty", RPCArg::Type::BOOL, /* default */"false", "Whether to include labels that haven't received any payments."},
1248
-
{"include_watchonly", RPCArg::Type::BOOL, /* default */"false", "Whether to include watch-only addresses (see 'importaddress')."},
1248
+
{"include_watchonly", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Whether to include watch-only addresses (see 'importaddress')"},
{"blockhash", RPCArg::Type::STR, RPCArg::Optional::OMITTED_NAMED_ARG, "If set, the block hash to list transactions since, otherwise list all transactions."},
1520
1520
{"target_confirmations", RPCArg::Type::NUM, /* default */"1", "Return the nth block hash from the main chain. e.g. 1 would mean the best block hash. Note: this is not used as a filter, but only affects [lastblock] in the return value"},
1521
-
{"include_watchonly", RPCArg::Type::BOOL, /* default */"false", "Include transactions to watch-only addresses (see 'importaddress')"},
1521
+
{"include_watchonly", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Include transactions to watch-only addresses (see 'importaddress')"},
1522
1522
{"include_removed", RPCArg::Type::BOOL, /* default */"true", "Show transactions that were removed due to a reorg in the \"removed\" array\n"
"\nGet detailed information about in-wallet transaction <txid>\n",
1659
1659
{
1660
1660
{"txid", RPCArg::Type::STR, RPCArg::Optional::NO, "The transaction id"},
1661
-
{"include_watchonly", RPCArg::Type::BOOL, /* default */"false", "Whether to include watch-only addresses in balance calculation and details[]"},
1661
+
{"include_watchonly", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Whether to include watch-only addresses in balance calculation and details[]"},
{"changeAddress", RPCArg::Type::STR, /* default */"pool address", "The bitcoin address to receive the change"},
3121
3121
{"changePosition", RPCArg::Type::NUM, /* default */"random", "The index of the change output"},
3122
3122
{"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\"."},
3123
-
{"includeWatching", RPCArg::Type::BOOL, /* default */"false", "Also select inputs which are watch only"},
3123
+
{"includeWatching", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Also select inputs which are watch only"},
{"changeAddress", RPCArg::Type::STR_HEX, /* default */"pool address", "The bitcoin address to receive the change"},
4063
4063
{"changePosition", RPCArg::Type::NUM, /* default */"random", "The index of the change output"},
4064
4064
{"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\"."},
4065
-
{"includeWatching", RPCArg::Type::BOOL, /* default */"false", "Also select inputs which are watch only"},
4065
+
{"includeWatching", RPCArg::Type::BOOL, /* default */"true for watch-only wallets, otherwise false", "Also select inputs which are watch only"},
0 commit comments