forked from cerc-io/plugeth
unclean shutdown for now
This commit is contained in:
parent
f16810c48e
commit
d001479a47
@ -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 New Issue
Block a user