diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-23 21:29:01 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-23 21:29:01 +0800 |
commit | 7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c (patch) | |
tree | a6d55756ec833b3651e5805726813a7ef5af3399 /crypto/keypair.go | |
parent | 215780ab562b940bfc653c16bf84f812ef062821 (diff) | |
parent | d792e95c214c8352e6b23b798101e90844eaa7a3 (diff) | |
download | dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.gz dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.bz2 dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.lz dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.xz dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.zst dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.zip |
Merge branch 'develop' into jsonrpc
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 { |