aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/simulations/network.go
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/simulations/network.go')
-rw-r--r--p2p/simulations/network.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/p2p/simulations/network.go b/p2p/simulations/network.go
index a711fd78e..86f7dc9be 100644
--- a/p2p/simulations/network.go
+++ b/p2p/simulations/network.go
@@ -58,8 +58,6 @@ type Network struct {
Conns []*Conn `json:"conns"`
connMap map[string]int
- pivotNodeID enode.ID
-
nodeAdapter adapters.NodeAdapter
events event.Feed
lock sync.RWMutex