updated ethash. closes 646
This commit is contained in:
1
Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go
generated
vendored
1
Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go
generated
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user