diff options
Diffstat (limited to 'whisper/mailserver/server_test.go')
-rw-r--r-- | whisper/mailserver/server_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/whisper/mailserver/server_test.go b/whisper/mailserver/server_test.go index 3844868a6..94c960899 100644 --- a/whisper/mailserver/server_test.go +++ b/whisper/mailserver/server_test.go @@ -25,9 +25,9 @@ import ( "testing" "time" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/crypto" - whisper "github.com/dexon-foundation/dexon/whisper/whisperv6" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/crypto" + whisper "github.com/tangerine-network/go-tangerine/whisper/whisperv6" ) const powRequirement = 0.00001 |