diff options
Diffstat (limited to 'accounts/abi/pack.go')
-rw-r--r-- | accounts/abi/pack.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/abi/pack.go b/accounts/abi/pack.go index e9dfe8106..082b68bcf 100644 --- a/accounts/abi/pack.go +++ b/accounts/abi/pack.go @@ -20,8 +20,8 @@ import ( "math/big" "reflect" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/common/math" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/common/math" ) // packBytesSlice packs the given bytes as [L, V] as the canonical representation |