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 59da85239..049e075f5 100644 --- a/mobile/ethereum.go +++ b/mobile/ethereum.go @@ -21,8 +21,8 @@ package geth import ( "errors" - ethereum "github.com/ethereum/go-ethereum" - "github.com/ethereum/go-ethereum/common" + ethereum "github.com/dexon-foundation/dexon" + "github.com/dexon-foundation/dexon/common" ) // Subscription represents an event subscription where events are |