Skip to content

Commit 96021b9

Browse files
committed
chore: cleanup
1 parent 49f28f3 commit 96021b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/pex/pex_reactor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func (r *Reactor) Receive(e p2p.Envelope) {
251251

252252
// If we're a seed and this is an inbound peer,
253253
// respond once and disconnect.
254-
if /* r.config.SeedMode && */ !e.Src.IsOutbound() {
254+
if !e.Src.IsOutbound() {
255255
id := string(e.Src.ID())
256256
v := r.lastReceivedRequests.Get(id)
257257
if v != nil {

0 commit comments

Comments
 (0)