diff options
Diffstat (limited to 'miner')
-rw-r--r-- | miner/worker.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miner/worker.go b/miner/worker.go index cd1c6e28f..9cb4ab76b 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -131,6 +131,7 @@ func (self *worker) wait() { self.current.block.Header().Nonce = work.Nonce self.chain.InsertChain(types.Blocks{self.current.block}) + self.mux.Post(core.NewMinedBlockEvent{self.current.block}) } break } |