Propagate blocks

This commit is contained in:
obscuren
2015-02-13 18:03:16 +01:00
parent 790de35e7f
commit 0f3c25b265
2 changed files with 2 additions and 3 deletions

View File

@ -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
}