Skip to content

Commit 8b0b565

Browse files
committed
chore: cleanup
1 parent c0e71a9 commit 8b0b565

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
@@ -254,7 +254,7 @@ func (r *Reactor) Receive(e p2p.Envelope) {
254254

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

0 commit comments

Comments
 (0)