Fixed key generated success message.

This commit is contained in:
Revertron
2021-04-06 11:21:31 +02:00
parent 90cc26da4a
commit db86bfcd07
3 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ pub enum Event {
MinerStarted,
MinerStopped { success: bool, full: bool },
KeyGeneratorStarted,
KeyGeneratorStopped { success: bool },
KeyGeneratorStopped,
KeyCreated { path: String, public: String, hash: String },
KeyLoaded { path: String, public: String, hash: String },
KeySaved { path: String, public: String, hash: String },