aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-06 00:15:25 +0800
committerobscuren <geffobscura@gmail.com>2015-01-06 00:15:25 +0800
commitd001479a47ee27a460a7cc6df136176662fd1799 (patch)
tree9c15051df7293fee101abd6c1f8fb7db61fbaf66 /eth
parentf16810c48e7cb753844d6eea1a68361fc1539389 (diff)
downloaddexon-d001479a47ee27a460a7cc6df136176662fd1799.tar
dexon-d001479a47ee27a460a7cc6df136176662fd1799.tar.gz
dexon-d001479a47ee27a460a7cc6df136176662fd1799.tar.bz2
dexon-d001479a47ee27a460a7cc6df136176662fd1799.tar.lz
dexon-d001479a47ee27a460a7cc6df136176662fd1799.tar.xz
dexon-d001479a47ee27a460a7cc6df136176662fd1799.tar.zst
dexon-d001479a47ee27a460a7cc6df136176662fd1799.zip
unclean shutdown for now
Diffstat (limited to 'eth')
-rw-r--r--eth/block_pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/block_pool.go b/eth/block_pool.go
index 519c9fc13..2334330e0 100644
--- a/eth/block_pool.go
+++ b/eth/block_pool.go
@@ -142,7 +142,7 @@ func (self *BlockPool) Stop() {
poolLogger.Infoln("Stopping...")
close(self.quit)
- self.wg.Wait()
+ //self.wg.Wait()
self.peersLock.Lock()
self.peers = nil