aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/common_test.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2015-04-15 15:50:31 +0800
committerPéter Szilágyi <peterke@gmail.com>2015-04-15 15:50:31 +0800
commitbcf41797cacac35879d6bc153d3e4ce3cd9896f0 (patch)
treef3b377dac41c47e1f854fe3a8ffa4f16a577137e /whisper/common_test.go
parent4fb7ab5d090a49837ca50318fab468b056f2ec9f (diff)
downloaddexon-bcf41797cacac35879d6bc153d3e4ce3cd9896f0.tar
dexon-bcf41797cacac35879d6bc153d3e4ce3cd9896f0.tar.gz
dexon-bcf41797cacac35879d6bc153d3e4ce3cd9896f0.tar.bz2
dexon-bcf41797cacac35879d6bc153d3e4ce3cd9896f0.tar.lz
dexon-bcf41797cacac35879d6bc153d3e4ce3cd9896f0.tar.xz
dexon-bcf41797cacac35879d6bc153d3e4ce3cd9896f0.tar.zst
dexon-bcf41797cacac35879d6bc153d3e4ce3cd9896f0.zip
whisper: global message expiration tests, polishes
Diffstat (limited to 'whisper/common_test.go')
-rw-r--r--whisper/common_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/whisper/common_test.go b/whisper/common_test.go
index 4e221d6b1..76e6463e6 100644
--- a/whisper/common_test.go
+++ b/whisper/common_test.go
@@ -8,9 +8,8 @@ import (
"io/ioutil"
"math/rand"
- "github.com/ethereum/go-ethereum/p2p"
-
"github.com/ethereum/go-ethereum/common"
+ "github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/p2p/discover"
)