aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/pack.go
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/abi/pack.go')
-rw-r--r--accounts/abi/pack.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/abi/pack.go b/accounts/abi/pack.go
index 36c58265b..e9dfe8106 100644
--- a/accounts/abi/pack.go
+++ b/accounts/abi/pack.go
@@ -20,8 +20,8 @@ import (
"math/big"
"reflect"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/common/math"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/common/math"
)
// packBytesSlice packs the given bytes as [L, V] as the canonical representation