feat: hide cleardiscouraged RPC so far as it no intent to use by regular users

This commit is contained in:
Konstantin Akimov 2024-12-12 18:14:51 +07:00
parent 1f5fa7e7cf
commit 865b24ea00
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -1126,10 +1126,10 @@ static const CRPCCommand commands[] =
{ "network", &setban, },
{ "network", &listbanned, },
{ "network", &clearbanned, },
{ "network", &cleardiscouraged, },
{ "network", &setnetworkactive, },
{ "network", &getnodeaddresses, },
{ "hidden", &cleardiscouraged, },
{ "hidden", &addconnection, },
{ "hidden", &addpeeraddress, },
{ "hidden", &sendmsgtopeer },