New RPC command disconnectnode
This commit is contained in:
committed by
Jack Grigg
parent
6699b42518
commit
94ee48c42a
@@ -158,6 +158,7 @@ extern UniValue getconnectioncount(const UniValue& params, bool fHelp); // in rp
|
||||
extern UniValue getpeerinfo(const UniValue& params, bool fHelp);
|
||||
extern UniValue ping(const UniValue& params, bool fHelp);
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user