aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/type_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/abi/type_test.go')
-rw-r--r--accounts/abi/type_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/abi/type_test.go b/accounts/abi/type_test.go
index 7ef47330d..9e8f76247 100644
--- a/accounts/abi/type_test.go
+++ b/accounts/abi/type_test.go
@@ -22,7 +22,7 @@ import (
"testing"
"github.com/davecgh/go-spew/spew"
- "github.com/ethereum/go-ethereum/common"
+ "github.com/dexon-foundation/dexon/common"
)
// typeWithoutStringer is a alias for the Type type which simply doesn't implement