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 c0e71a9 commit 8b0b565Copy full SHA for 8b0b565
p2p/pex/pex_reactor.go
@@ -254,7 +254,7 @@ func (r *Reactor) Receive(e p2p.Envelope) {
254
255
// If we're a seed and this is an inbound peer,
256
// respond once and disconnect.
257
- if /* r.config.SeedMode && */ !e.Src.IsOutbound() {
+ if !e.Src.IsOutbound() {
258
id := string(e.Src.ID())
259
v := r.lastReceivedRequests.Get(id)
260
if v != nil {
0 commit comments