mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge pull request #2924 from sje397/TrafficGraph
[QT] Add network traffic graph to debug window
This commit is contained in:
commit
f0c25cf6ec
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