This commit is contained in:
obscuren 2015-03-19 17:18:55 +01:00
parent b5a71d955c
commit 29eb220910
1 changed files with 0 additions and 1 deletions

View File

@ -466,7 +466,6 @@ func (self *ChainManager) InsertChain(chain types.Blocks) error {
}
// XXX put this in a goroutine?
go self.eventMux.Post(queueEvent)
return nil