diff options
Diffstat (limited to 'crypto/keypair.go')
-rw-r--r-- | crypto/keypair.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/keypair.go b/crypto/keypair.go index d02875ded..da5788437 100644 --- a/crypto/keypair.go +++ b/crypto/keypair.go @@ -3,8 +3,8 @@ package crypto import ( "strings" + "github.com/ethereum/go-ethereum/crypto/secp256k1" "github.com/ethereum/go-ethereum/ethutil" - "github.com/obscuren/secp256k1-go" ) type KeyPair struct { |