mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
feat: hide cleardiscouraged RPC so far as it no intent to use by regular users
This commit is contained in:
parent
1f5fa7e7cf
commit
865b24ea00
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user