miner, xeth: fire log event during mining. Fix return raw tx

This commit is contained in:
Jeffrey Wilcke
2015-07-08 15:18:52 +02:00
parent a2333bcbb4
commit 819ecd4508
3 changed files with 2 additions and 2 deletions

View File

@ -298,6 +298,7 @@ func (self *worker) wait() {
self.mux.Post(core.ChainEvent{block, block.Hash(), logs})
if stat == core.CanonStatTy {
self.mux.Post(core.ChainHeadEvent{block})
self.mux.Post(logs)
}
}(block, self.current.state.Logs())