Added a decent reaction to a new block in chain in mining process.
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ pub enum Event {
|
||||
KeyLoaded { path: String, public: String, hash: String },
|
||||
KeySaved { path: String, public: String, hash: String },
|
||||
NewBlockReceived,
|
||||
BlockchainChanged,
|
||||
BlockchainChanged { index: u64 },
|
||||
ActionStopMining,
|
||||
ActionMineLocker { index: u64, hash: Bytes },
|
||||
NetworkStatus { nodes: usize, blocks: u64 },
|
||||
|
||||
Reference in New Issue
Block a user