upped proto version and modified block pool

This commit is contained in:
obscuren
2014-12-05 16:26:39 +01:00
parent 095cb97675
commit 9925916851
6 changed files with 18 additions and 17 deletions

View File

@ -167,7 +167,6 @@ out:
}
func (self *Miner) reset() {
println("reset")
close(self.powQuitCh)
self.powQuitCh = make(chan struct{})
}