swarm/pss: Add missing imports in pss 1.8+ test

This commit is contained in:
lash 2018-01-15 05:14:25 +01:00
parent 068b0b6e6c
commit 3791497eeb

View file

@ -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"