New RPC command disconnectnode
This commit is contained in:
committed by
Jack Grigg
parent
6699b42518
commit
94ee48c42a
@@ -280,6 +280,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
/* P2P networking */
|
||||
{ "network", "getnetworkinfo", &getnetworkinfo, true },
|
||||
{ "network", "addnode", &addnode, true },
|
||||
{ "network", "disconnectnode", &disconnectnode, true },
|
||||
{ "network", "getaddednodeinfo", &getaddednodeinfo, true },
|
||||
{ "network", "getconnectioncount", &getconnectioncount, true },
|
||||
{ "network", "getnettotals", &getnettotals, true },
|
||||
|
||||
Reference in New Issue
Block a user