diff options
Diffstat (limited to 'ethcrypto/keypair.go')
-rw-r--r-- | ethcrypto/keypair.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethcrypto/keypair.go b/ethcrypto/keypair.go index ebb982306..613f65d8c 100644 --- a/ethcrypto/keypair.go +++ b/ethcrypto/keypair.go @@ -3,7 +3,7 @@ package ethcrypto import ( "strings" - "github.com/ethereum/eth-go/ethutil" + "github.com/ethereum/go-ethereum/ethutil" "github.com/obscuren/secp256k1-go" ) |