diff options
Diffstat (limited to 'ethcrypto/crypto_test.go')
-rw-r--r-- | ethcrypto/crypto_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethcrypto/crypto_test.go b/ethcrypto/crypto_test.go index 7323e1646..689bcecb4 100644 --- a/ethcrypto/crypto_test.go +++ b/ethcrypto/crypto_test.go @@ -4,7 +4,7 @@ import ( "bytes" "testing" - "github.com/ethereum/eth-go/ethutil" + "github.com/ethereum/go-ethereum/ethutil" ) // FIPS 202 test (reverted back to FIPS 180) |