diff options
Diffstat (limited to 'mobile/big.go')
-rw-r--r-- | mobile/big.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/big.go b/mobile/big.go index 86ea93245..83f803a2e 100644 --- a/mobile/big.go +++ b/mobile/big.go @@ -22,7 +22,7 @@ import ( "errors" "math/big" - "github.com/ethereum/go-ethereum/common" + "github.com/dexon-foundation/dexon/common" ) // A BigInt represents a signed multi-precision integer. |