aboutsummaryrefslogtreecommitdiffstats
path: root/signer/core/validation_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'signer/core/validation_test.go')
-rw-r--r--signer/core/validation_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/signer/core/validation_test.go b/signer/core/validation_test.go
index 155b25e92..2afc28bea 100644
--- a/signer/core/validation_test.go
+++ b/signer/core/validation_test.go
@@ -21,8 +21,8 @@ import (
"math/big"
"testing"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/common/hexutil"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/common/hexutil"
)
func hexAddr(a string) common.Address { return common.BytesToAddress(common.FromHex(a)) }