Added statistics to main screen.

This commit is contained in:
Revertron
2021-05-21 23:32:46 +02:00
parent ebcb7174fe
commit 88404a635b
8 changed files with 80 additions and 16 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ pub enum Event {
BlockchainChanged { index: u64 },
ActionStopMining,
ActionQuit,
NetworkStatus { nodes: usize, blocks: u64 },
NetworkStatus { blocks: u64, domains: i64, keys: i64, nodes: usize },
Syncing { have: u64, height: u64 },
SyncFinished,
}