mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
p2p: remove peersetCh
This commit is contained in:
parent
59556bdfee
commit
74208c5d95
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ type dialScheduler struct {
|
||||||
ctx context.Context
|
ctx context.Context
|
||||||
nodesIn chan *enode.Node
|
nodesIn chan *enode.Node
|
||||||
doneCh chan *dialTask
|
doneCh chan *dialTask
|
||||||
peersetCh chan map[enode.ID]*Peer
|
|
||||||
addStaticCh chan *enode.Node
|
addStaticCh chan *enode.Node
|
||||||
remStaticCh chan *enode.Node
|
remStaticCh chan *enode.Node
|
||||||
addPeerCh chan *conn
|
addPeerCh chan *conn
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue