Skip to content

Commit b0e6cb0

Browse files
committed
fix(headers): reduce diff
1 parent 03bcd24 commit b0e6cb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/p2p/libp2p/libp2p.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ func (s *Service) handleIncoming(stream network.Stream) {
438438
return
439439
}
440440

441-
// Store capabilities in peer registry - now each peer knows the other's capabilities
442441
if exists := s.peers.addIfNotExists(stream.Conn(), overlay, i.Capabilities); exists {
443442
s.logger.Debug("stream handler: peer already exists", "peer_address", overlay)
444443
if err = handshakeStream.FullClose(); err != nil {

0 commit comments

Comments
 (0)