mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 19:05:03 +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...")
|
||||
|
||||
close(self.quit)
|
||||
self.wg.Wait()
|
||||
//self.wg.Wait()
|
||||
|
||||
self.peersLock.Lock()
|
||||
self.peers = nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue