[Qt] extend rpc console peers tab

- add node id, ping wait, whitelisted and common height
- rephrase some labels to make them easier to understand for users
This commit is contained in:
Philip Kaufmann
2015-06-01 09:09:51 +02:00
parent eba2f061a0
commit 1b0db7b984
3 changed files with 120 additions and 41 deletions

View File

@@ -68,6 +68,7 @@ public:
CNodeCombinedStats stats;
stats.nodeStateStats.nMisbehavior = 0;
stats.nodeStateStats.nSyncHeight = -1;
stats.nodeStateStats.nCommonHeight = -1;
stats.fNodeStateStatsAvailable = false;
pnode->copyStats(stats.nodeStats);
cachedNodeStats.append(stats);