mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
p2p/simulations: return edge distance in stream update
This commit is contained in:
parent
1370269a9c
commit
527d12c89a
1 changed files with 10 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue