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 523e11a5e..a5077dc17 100644
--- a/crypto/signature_cgo.go
+++ b/crypto/signature_cgo.go
@@ -23,8 +23,8 @@ import (
"crypto/elliptic"
"fmt"
- "github.com/dexon-foundation/dexon/common/math"
"github.com/ethereum/go-ethereum/crypto/secp256k1"
+ "github.com/tangerine-network/go-tangerine/common/math"
)
// Ecrecover returns the uncompressed public key that created the given signature.