aboutsummaryrefslogtreecommitdiffstats
path: root/signer/core/abihelper.go
diff options
context:
space:
mode:
Diffstat (limited to 'signer/core/abihelper.go')
-rw-r--r--signer/core/abihelper.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/signer/core/abihelper.go b/signer/core/abihelper.go
index 0fef24939..e1980979b 100644
--- a/signer/core/abihelper.go
+++ b/signer/core/abihelper.go
@@ -22,8 +22,8 @@ import (
"io/ioutil"
"strings"
- "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"
"bytes"
"os"