unclean shutdown for now

This commit is contained in:
obscuren 2015-01-05 17:15:25 +01:00
parent f16810c48e
commit d001479a47

View File

@ -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