We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f28f3 commit 96021b9Copy full SHA for 96021b9
p2p/pex/pex_reactor.go
@@ -251,7 +251,7 @@ func (r *Reactor) Receive(e p2p.Envelope) {
251
252
// If we're a seed and this is an inbound peer,
253
// respond once and disconnect.
254
- if /* r.config.SeedMode && */ !e.Src.IsOutbound() {
+ if !e.Src.IsOutbound() {
255
id := string(e.Src.ID())
256
v := r.lastReceivedRequests.Get(id)
257
if v != nil {
0 commit comments