mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 07:19:28 +00:00
unclean shutdown for now
This commit is contained in:
parent
f16810c48e
commit
d001479a47
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ func (self *BlockPool) Stop() {
|
||||||
poolLogger.Infoln("Stopping...")
|
poolLogger.Infoln("Stopping...")
|
||||||
|
|
||||||
close(self.quit)
|
close(self.quit)
|
||||||
self.wg.Wait()
|
//self.wg.Wait()
|
||||||
|
|
||||||
self.peersLock.Lock()
|
self.peersLock.Lock()
|
||||||
self.peers = nil
|
self.peers = nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue