mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Add network traffic graph
This commit is contained in:
parent
9269d0e96e
commit
ce14345a89
13 changed files with 618 additions and 9 deletions
|
|
@ -232,6 +232,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "ping", &ping, true, false, false },
|
||||
{ "addnode", &addnode, true, true, false },
|
||||
{ "getaddednodeinfo", &getaddednodeinfo, true, true, false },
|
||||
{ "getnettotals", &getnettotals, true, true, false },
|
||||
{ "getdifficulty", &getdifficulty, true, false, false },
|
||||
{ "getnetworkhashps", &getnetworkhashps, true, false, false },
|
||||
{ "getgenerate", &getgenerate, true, false, false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue