Commit 3040296b authored by obscuren's avatar obscuren

updated ethash. closes 646

parent 736aefe9
......@@ -22,8 +22,8 @@
},
{
"ImportPath": "github.com/ethereum/ethash",
"Comment": "v23.1-72-g0ac34ad",
"Rev": "0ac34ad51ef0ffdae66b344603bb4e9e2a149b2a"
"Comment": "v23.1-73-g67a0e12",
"Rev": "67a0e12a091de035ef083186247e84be2d863c62"
},
{
"ImportPath": "github.com/ethereum/serpent-go",
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment