From 29eb2209101cfec758803bc52582900dad246f7f Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 19 Mar 2015 17:18:55 +0100 Subject: :-) --- core/chain_manager.go | 1 - 1 file changed, 1 deletion(-) (limited to 'core/chain_manager.go') 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 -- cgit