Small UI and log polishing.

This commit is contained in:
Revertron
2021-05-24 17:36:07 +02:00
parent 88404a635b
commit 8a8c2678ae
6 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
pub enum Event {
MinerStarted,
MinerStopped { success: bool, full: bool },
MinerStats { thread: usize, speed: u64, max_diff: u32, target_diff: u32 },
MinerStats { thread: u32, speed: u64, max_diff: u32, target_diff: u32 },
KeyGeneratorStarted,
KeyGeneratorStopped,
KeyCreated { path: String, public: String, hash: String },