mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
New RPC command disconnectnode
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
a903ad7e9c
commit
60dbe73016
@@ -273,6 +273,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