Fixed #86 - shuffling domain zones list.

This commit is contained in:
Revertron
2021-04-27 17:10:05 +02:00
parent daf6c23967
commit f60e42eb2e
5 changed files with 45 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ pub enum Event {
KeyCreated { path: String, public: String, hash: String },
KeyLoaded { path: String, public: String, hash: String },
KeySaved { path: String, public: String, hash: String },
ZonesChanged,
NewBlockReceived,
BlockchainChanged { index: u64 },
ActionStopMining,