From 4ea93eba501cf996395e4c0829e21cab77267cf9 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 15 Jan 2014 23:32:30 +0100 Subject: Updated tests --- dagger_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dagger_test.go') diff --git a/dagger_test.go b/dagger_test.go index 58cdd6afd..616577a39 100644 --- a/dagger_test.go +++ b/dagger_test.go @@ -1,13 +1,14 @@ package main import ( + "github.com/ethereum/ethutil-go" "math/big" "testing" ) func BenchmarkDaggerSearch(b *testing.B) { hash := big.NewInt(0) - diff := BigPow(2, 36) + diff := ethutil.BigPow(2, 36) o := big.NewInt(0) // nonce doesn't matter. We're only testing against speed, not validity // Reset timer so the big generation isn't included in the benchmark -- cgit v1.2.3