updated ethash. closes 646
This commit is contained in:
parent
736aefe9b5
commit
3040296beb
4
Godeps/Godeps.json
generated
4
Godeps/Godeps.json
generated
@ -22,8 +22,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/ethereum/ethash",
|
"ImportPath": "github.com/ethereum/ethash",
|
||||||
"Comment": "v23.1-72-g0ac34ad",
|
"Comment": "v23.1-73-g67a0e12",
|
||||||
"Rev": "0ac34ad51ef0ffdae66b344603bb4e9e2a149b2a"
|
"Rev": "67a0e12a091de035ef083186247e84be2d863c62"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/ethereum/serpent-go",
|
"ImportPath": "github.com/ethereum/serpent-go",
|
||||||
|
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 {
|
for {
|
||||||
select {
|
select {
|
||||||
case <-stop:
|
case <-stop:
|
||||||
powlogger.Infoln("Breaking from mining")
|
|
||||||
pow.HashRate = 0
|
pow.HashRate = 0
|
||||||
return 0, nil, nil
|
return 0, nil, nil
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user