From 3f555b121b7483dac0baff0a80e16fdc2cb55ce4 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 --- whisper/mailserver/server_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'whisper/mailserver/server_test.go') diff --git a/whisper/mailserver/server_test.go b/whisper/mailserver/server_test.go index edb817cc7..3844868a6 100644 --- a/whisper/mailserver/server_test.go +++ b/whisper/mailserver/server_test.go @@ -25,9 +25,9 @@ import ( "testing" "time" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/crypto" - whisper "github.com/ethereum/go-ethereum/whisper/whisperv6" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/crypto" + whisper "github.com/dexon-foundation/dexon/whisper/whisperv6" ) const powRequirement = 0.00001 -- cgit v1.2.3