moved interfaces

This commit is contained in:
obscuren
2014-12-10 20:26:55 +01:00
parent 5553e5aaed
commit 2b5fcb4642
2 changed files with 10 additions and 15 deletions

View File

@ -288,6 +288,8 @@ func (self *ChainManager) InsertChain(chain types.Blocks) error {
self.SetTotalDifficulty(td)
self.insert(block)
self.transState = self.State().Copy()
//sm.eth.TxPool().RemoveSet(block.Transactions())
}
self.eventMux.Post(NewBlockEvent{block})