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
throwJSONRPCError(RPC_INVALID_PARAMETER, strprintf("%s is not a valid hash_type", hash_type_input));
1060
+
}
1061
+
}
1062
+
1050
1063
static RPCHelpMan gettxoutsetinfo()
1051
1064
{
1052
1065
return RPCHelpMan{"gettxoutsetinfo",
1053
1066
"\nReturns statistics about the unspent transaction output set.\n"
1054
1067
"Note this call may take some time.\n",
1055
1068
{
1056
-
{"hash_type", RPCArg::Type::STR, /* default */"hash_serialized_2", "Which UTXO set hash should be calculated. Options: 'hash_serialized_2' (the legacy algorithm), 'none'."},
1069
+
{"hash_type", RPCArg::Type::STR, /* default */"hash_serialized_2", "Which UTXO set hash should be calculated. Options: 'hash_serialized_2' (the legacy algorithm), 'muhash', 'none'."},
0 commit comments