Browse Source

unclean shutdown for now

obscuren 11 năm trước cách đây
mục cha
commit
d001479a47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      eth/block_pool.go

+ 1 - 1
eth/block_pool.go

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