aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/keypair.go
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/keypair.go')
-rw-r--r--crypto/keypair.go2
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 {