[RPC] add setban/listbanned/clearbanned RPC commands
This commit is contained in:
@@ -154,6 +154,9 @@ extern UniValue addnode(const UniValue& params, bool fHelp);
|
||||
extern UniValue disconnectnode(const UniValue& params, bool fHelp);
|
||||
extern UniValue getaddednodeinfo(const UniValue& params, bool fHelp);
|
||||
extern UniValue getnettotals(const UniValue& params, bool fHelp);
|
||||
extern UniValue setban(const json_spirit::Array& params, bool fHelp);
|
||||
extern UniValue listbanned(const json_spirit::Array& params, bool fHelp);
|
||||
extern UniValue clearbanned(const json_spirit::Array& params, bool fHelp);
|
||||
|
||||
extern UniValue dumpprivkey(const UniValue& params, bool fHelp); // in rpcdump.cpp
|
||||
extern UniValue importprivkey(const UniValue& params, bool fHelp);
|
||||
|
||||
Reference in New Issue
Block a user