diff options
Diffstat (limited to 'pow/ar/pow.go')
-rw-r--r-- | pow/ar/pow.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pow/ar/pow.go b/pow/ar/pow.go index 504b8d7ce..8991a674b 100644 --- a/pow/ar/pow.go +++ b/pow/ar/pow.go @@ -3,7 +3,7 @@ package ar import ( "math/big" - "github.com/ethereum/eth-go/ethutil" + "github.com/ethereum/go-ethereum/ethutil" ) type Entry struct { |