diff options
Diffstat (limited to 'mobile/common.go')
-rw-r--r-- | mobile/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/common.go b/mobile/common.go index 047d8e1f6..8e66c1f20 100644 --- a/mobile/common.go +++ b/mobile/common.go @@ -24,7 +24,7 @@ import ( "fmt" "strings" - "github.com/ethereum/go-ethereum/common" + "github.com/dexon-foundation/dexon/common" ) // Hash represents the 32 byte Keccak256 hash of arbitrary data. |