提交 2bbc2043 编写于 作者: O obscuren

Close pow chat. Fixes #95

上级 92693e44
......@@ -130,7 +130,9 @@ out:
func (self *Miner) Stop() {
logger.Infoln("Stopping...")
self.quitChan <- true
self.powQuitChan <- ethutil.React{}
close(self.powQuitChan)
close(self.quitChan)
}
func (self *Miner) mineNewBlock() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册