aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/dagger.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/dagger.go')
-rw-r--r--ethchain/dagger.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/dagger.go b/ethchain/dagger.go
index 478b7e877..916d7e9c8 100644
--- a/ethchain/dagger.go
+++ b/ethchain/dagger.go
@@ -61,7 +61,7 @@ func (pow *EasyPow) Search(block *Block, reactChan chan ethreact.Event) []byte {
t = time.Now()
}
- sha := ethcrypto.Sha3Bin(big.NewInt(r.Int63()).Bytes())
+ sha := ethcrypto.Sha3(big.NewInt(r.Int63()).Bytes())
if pow.Verify(hash, diff, sha) {
return sha
}