p2p/simulations: eliminate concept of pivot (#18426)
This commit is contained in:
committed by
Felix Lange
parent
38cce9ac33
commit
2eb838ed97
@ -46,7 +46,6 @@ type Simulation struct {
|
||||
serviceNames []string
|
||||
cleanupFuncs []func()
|
||||
buckets map[enode.ID]*sync.Map
|
||||
pivotNodeID *enode.ID
|
||||
shutdownWG sync.WaitGroup
|
||||
done chan struct{}
|
||||
mu sync.RWMutex
|
||||
|
Reference in New Issue
Block a user