Skip to content

Commit

Permalink
Update NoiseProtocol.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rose2221 authored Aug 22, 2024
1 parent f2d16b4 commit 1dd8654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libp2p/Libp2p.Protocols.Noise/NoiseProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public async Task ListenAsync(IChannel downChannel, IChannelFactory? upChannelFa
.ToList();

IProtocol commonMuxer = multiplexerSettings.Multiplexers.FirstOrDefault(m => initiatorMuxers.Contains(m.Id));

if (commonMuxer != null)
{
context.SpecificProtocolRequest = new ChannelRequest
Expand Down

0 comments on commit 1dd8654

Please sign in to comment.