aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/chain_manager.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/chain_manager.go b/core/chain_manager.go
index ff37ea28a..915fa704f 100644
--- a/core/chain_manager.go
+++ b/core/chain_manager.go
@@ -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