diff options
Diffstat (limited to 'whisper/common_test.go')
-rw-r--r-- | whisper/common_test.go | 3 |
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" ) |