diff options
Diffstat (limited to 'signer/core/abihelper_test.go')
-rw-r--r-- | signer/core/abihelper_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/signer/core/abihelper_test.go b/signer/core/abihelper_test.go index 878210be1..a37cd2794 100644 --- a/signer/core/abihelper_test.go +++ b/signer/core/abihelper_test.go @@ -25,8 +25,8 @@ import ( "math/big" "reflect" - "github.com/ethereum/go-ethereum/accounts/abi" - "github.com/ethereum/go-ethereum/common" + "github.com/dexon-foundation/dexon/accounts/abi" + "github.com/dexon-foundation/dexon/common" ) func verify(t *testing.T, jsondata, calldata string, exp []interface{}) { |