From 3791497eeb1102e303c36af801b73709f382ac5a Mon Sep 17 00:00:00 2001 From: lash Date: Mon, 15 Jan 2018 05:14:25 +0100 Subject: [PATCH] swarm/pss: Add missing imports in pss 1.8+ test --- swarm/pss/pss_go18plus_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swarm/pss/pss_go18plus_test.go b/swarm/pss/pss_go18plus_test.go index f4fbd51566..8b8f6669c3 100644 --- a/swarm/pss/pss_go18plus_test.go +++ b/swarm/pss/pss_go18plus_test.go @@ -15,7 +15,9 @@ import ( "testing" "time" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" + "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/p2p/discover" "github.com/ethereum/go-ethereum/p2p/simulations"