aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/signature_cgo.go
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/signature_cgo.go')
-rw-r--r--crypto/signature_cgo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/signature_cgo.go b/crypto/signature_cgo.go
index 64f2fd7aa..523e11a5e 100644
--- a/crypto/signature_cgo.go
+++ b/crypto/signature_cgo.go
@@ -24,7 +24,7 @@ import (
"fmt"
"github.com/dexon-foundation/dexon/common/math"
- "github.com/dexon-foundation/dexon/crypto/secp256k1"
+ "github.com/ethereum/go-ethereum/crypto/secp256k1"
)
// Ecrecover returns the uncompressed public key that created the given signature.