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 8e66c1f20..026d6369f 100644 --- a/mobile/common.go +++ b/mobile/common.go @@ -24,7 +24,7 @@ import ( "fmt" "strings" - "github.com/dexon-foundation/dexon/common" + "github.com/tangerine-network/go-tangerine/common" ) // Hash represents the 32 byte Keccak256 hash of arbitrary data. |