diff options
Diffstat (limited to 'crypto/signature_test.go')
-rw-r--r-- | crypto/signature_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/signature_test.go b/crypto/signature_test.go index aecff76bf..3cb850fb8 100644 --- a/crypto/signature_test.go +++ b/crypto/signature_test.go @@ -22,9 +22,9 @@ import ( "reflect" "testing" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/common/hexutil" - "github.com/ethereum/go-ethereum/common/math" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/common/hexutil" + "github.com/dexon-foundation/dexon/common/math" ) var ( |