Commit d001479a authored by obscuren's avatar obscuren

unclean shutdown for now

parent f16810c4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment