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
"It won't work without -txindex for utxo_size_inc, *fee or *feerate stats.\n",
1744
1742
{
1745
1743
{"hash_or_height", RPCArg::Type::NUM, /* opt */false, /* default_val */"", "The block hash or height of the target block", "", {"", "string or numeric"}},
1746
-
{"stats", RPCArg::Type::ARR, /* opt */true, /* default_val */"", "Values to plot, by default all values (see result below)",
1744
+
{"stats", RPCArg::Type::ARR, /* opt */true, /* default_val */"all values", "Values to plot (see result below)",
{"threshold", RPCArg::Type::NUM, /* opt */true, /* default_val */"", "The proportion of transactions in a given feerate range that must have been\n"
891
+
{"threshold", RPCArg::Type::NUM, /* opt */true, /* default_val */"0.95", "The proportion of transactions in a given feerate range that must have been\n"
892
892
" confirmed within conf_target in order to consider those feerates as high enough and proceed to check\n"
{"key", RPCArg::Type::STR_HEX, /* opt */false, /* default_val */"", "The hex-encoded public key"},
92
92
}},
93
-
{"address_type", RPCArg::Type::STR, /* opt */true, /* default_val */"", "The address type to use. Options are \"legacy\", \"p2sh-segwit\", and \"bech32\". Default is legacy."},
93
+
{"address_type", RPCArg::Type::STR, /* opt */true, /* default_val */"legacy", "The address type to use. Options are \"legacy\", \"p2sh-segwit\", and \"bech32\"."},
"Returns an object containing information about memory usage.\n",
313
313
{
314
-
{"mode", RPCArg::Type::STR, /* opt */true, /* default_val */"", "determines what kind of information is returned. This argument is optional, the default mode is \"stats\".\n"
314
+
{"mode", RPCArg::Type::STR, /* opt */true, /* default_val */"\"stats\"", "determines what kind of information is returned.\n"
315
315
" - \"stats\" returns general statistics about memory usage in the daemon.\n"
316
316
" - \"mallocinfo\" returns an XML string describing low-level heap state (only available if compiled with glibc 2.10+)."},
"\nReturns information about the given added node, or all added nodes\n"
300
300
"(note that onetry addnodes are not listed here)\n",
301
301
{
302
-
{"node", RPCArg::Type::STR, /* opt */true, /* default_val */"", "If provided, return information about this specific node, otherwise all nodes are returned."},
302
+
{"node", RPCArg::Type::STR, /* opt */true, /* default_val */"all nodes", "If provided, return information about this specific node, otherwise all nodes are returned."},
{"subnet", RPCArg::Type::STR, /* opt */false, /* default_val */"", "The IP/Subnet (see getpeerinfo for nodes IP) with an optional netmask (default is /32 = single IP)"},
520
520
{"command", RPCArg::Type::STR, /* opt */false, /* default_val */"", "'add' to add an IP/Subnet to the list, 'remove' to remove an IP/Subnet from the list"},
521
-
{"bantime", RPCArg::Type::NUM, /* opt */true, /* default_val */"", "time in seconds how long (or until when if [absolute] is set) the IP is banned (0 or empty means using the default time of 24h which can also be overwritten by the -bantime startup argument)"},
522
-
{"absolute", RPCArg::Type::BOOL, /* opt */true, /* default_val */"", "If set, the bantime must be an absolute timestamp in seconds since epoch (Jan 1 1970 GMT)"},
521
+
{"bantime", RPCArg::Type::NUM, /* opt */true, /* default_val */"0", "time in seconds how long (or until when if [absolute] is set) the IP is banned (0 or empty means using the default time of 24h which can also be overwritten by the -bantime startup argument)"},
522
+
{"absolute", RPCArg::Type::BOOL, /* opt */true, /* default_val */"false", "If set, the bantime must be an absolute timestamp in seconds since epoch (Jan 1 1970 GMT)"},
{"sequence", RPCArg::Type::NUM, /* opt */true, /* default_val */"depends on the value of the 'replaceable' and 'locktime' arguments", "The sequence number"},
{"iswitness", RPCArg::Type::BOOL, /* opt */true, /* default_val */"", "Whether the transaction hex is a serialized witness transaction\n"
531
+
{"iswitness", RPCArg::Type::BOOL, /* opt */true, /* default_val */"depends on heuristic tests", "Whether the transaction hex is a serialized witness transaction\n"
532
532
" If iswitness is not present, heuristic tests will be used in decoding"},
{"sequence", RPCArg::Type::NUM, /* opt */true, /* default_val */"depends on the value of the 'replaceable' and 'locktime' arguments", "The sequence number"},
{"hexstring", RPCArg::Type::STR_HEX, /* opt */false, /* default_val */"", "The hex string of a raw transaction"},
1685
1685
{"permitsigdata", RPCArg::Type::BOOL, /* opt */true, /* default_val */"false", "If true, any signatures in the input will be discarded and conversion.\n"
1686
1686
" will continue. If false, RPC will fail if any signatures are present."},
1687
-
{"iswitness", RPCArg::Type::BOOL, /* opt */true, /* default_val */"", "Whether the transaction hex is a serialized witness transaction.\n"
1687
+
{"iswitness", RPCArg::Type::BOOL, /* opt */true, /* default_val */"depends on heuristic tests", "Whether the transaction hex is a serialized witness transaction.\n"
1688
1688
" If iswitness is not present, heuristic tests will be used in decoding. If true, only witness deserializaion\n"
1689
1689
" will be tried. If false, only non-witness deserialization will be tried. Only has an effect if\n"
0 commit comments