updated ethash. closes 646

This commit is contained in:
obscuren
2015-04-05 18:00:22 +02:00
parent 736aefe9b5
commit 3040296beb
2 changed files with 2 additions and 3 deletions

View File

@ -326,7 +326,6 @@ func (pow *Ethash) Search(block pow.Block, stop <-chan struct{}) (uint64, []byte
for {
select {
case <-stop:
powlogger.Infoln("Breaking from mining")
pow.HashRate = 0
return 0, nil, nil
default: