p2p/simulations: return edge distance in stream update

This commit is contained in:
Fabio Barone 2017-05-29 12:06:56 -05:00
parent 1370269a9c
commit 527d12c89a

View file

@ -37,8 +37,8 @@ import (
"github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/p2p/discover"
"github.com/ethereum/go-ethereum/p2p/simulations/adapters"
"github.com/ethereum/go-ethereum/rpc"
"github.com/ethereum/go-ethereum/pot"
"github.com/ethereum/go-ethereum/rpc"
)
type NetworkConfig struct {