diff options
Diffstat (limited to 'mobile/ethereum.go')
-rw-r--r-- | mobile/ethereum.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/ethereum.go b/mobile/ethereum.go index 049e075f5..42a0ad9eb 100644 --- a/mobile/ethereum.go +++ b/mobile/ethereum.go @@ -21,8 +21,8 @@ package geth import ( "errors" - ethereum "github.com/dexon-foundation/dexon" - "github.com/dexon-foundation/dexon/common" + ethereum "github.com/tangerine-network/go-tangerine" + "github.com/tangerine-network/go-tangerine/common" ) // Subscription represents an event subscription where events are |