From 74208c5d951f86b1c3cd87821bfb927447fadf1c Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 24 Jan 2020 21:11:24 +0100 Subject: [PATCH] p2p: remove peersetCh --- p2p/dial.go | 1 - 1 file changed, 1 deletion(-) diff --git a/p2p/dial.go b/p2p/dial.go index 53f9a2c394..67808642aa 100644 --- a/p2p/dial.go +++ b/p2p/dial.go @@ -91,7 +91,6 @@ type dialScheduler struct { ctx context.Context nodesIn chan *enode.Node doneCh chan *dialTask - peersetCh chan map[enode.ID]*Peer addStaticCh chan *enode.Node remStaticCh chan *enode.Node addPeerCh chan *conn