mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
New RPC command disconnectnode
This commit is contained in:
parent
a903ad7e9c
commit
60dbe73016
4 changed files with 25 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue