diff options
Diffstat (limited to 'mobile/shhclient.go')
-rw-r--r-- | mobile/shhclient.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/shhclient.go b/mobile/shhclient.go index c3d57e9fe..7b557278a 100644 --- a/mobile/shhclient.go +++ b/mobile/shhclient.go @@ -19,8 +19,8 @@ package geth import ( - "github.com/dexon-foundation/dexon/whisper/shhclient" - whisper "github.com/dexon-foundation/dexon/whisper/whisperv6" + "github.com/tangerine-network/go-tangerine/whisper/shhclient" + whisper "github.com/tangerine-network/go-tangerine/whisper/whisperv6" ) // WhisperClient provides access to the Ethereum APIs. |