[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user