aboutsummaryrefslogtreecommitdiffstats
path: root/signer/core/abihelper_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'signer/core/abihelper_test.go')
-rw-r--r--signer/core/abihelper_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/signer/core/abihelper_test.go b/signer/core/abihelper_test.go
index a37cd2794..36427dbce 100644
--- a/signer/core/abihelper_test.go
+++ b/signer/core/abihelper_test.go
@@ -25,8 +25,8 @@ import (
"math/big"
"reflect"
- "github.com/dexon-foundation/dexon/accounts/abi"
- "github.com/dexon-foundation/dexon/common"
+ "github.com/tangerine-network/go-tangerine/accounts/abi"
+ "github.com/tangerine-network/go-tangerine/common"
)
func verify(t *testing.T, jsondata, calldata string, exp []interface{}) {