From 9acf5fc03ad7dabcd88eb8972db032122ef5ebe1 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 26 Sep 2018 10:48:31 +0800 Subject: Change import go github.com/dexon-foundation/dexon --- mobile/shhclient.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mobile/shhclient.go') diff --git a/mobile/shhclient.go b/mobile/shhclient.go index a069c9bd4..c3d57e9fe 100644 --- a/mobile/shhclient.go +++ b/mobile/shhclient.go @@ -19,8 +19,8 @@ package geth import ( - "github.com/ethereum/go-ethereum/whisper/shhclient" - whisper "github.com/ethereum/go-ethereum/whisper/whisperv6" + "github.com/dexon-foundation/dexon/whisper/shhclient" + whisper "github.com/dexon-foundation/dexon/whisper/whisperv6" ) // WhisperClient provides access to the Ethereum APIs. -- cgit v1.2.3