Skip to content

Commit

Permalink
Update net/src/Sails.Remoting/Core/BlockStreamEventListener.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Diatlov <[email protected]>
  • Loading branch information
vobradovich and DennisInSky authored Nov 28, 2024
1 parent f20c478 commit 6fd6862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/src/Sails.Remoting/Core/BlockStreamEventListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Sails.Remoting.Core;

internal class BlockStreamEventListener : EventListener<(ActorId Source, byte[] Bytes)>
internal sealed class BlockStreamEventListener : EventListener<(ActorId Source, byte[] Bytes)>
{
private readonly SubstrateClientExt nodeClient;
private readonly BlocksStream blocksStream;
Expand Down

0 comments on commit 6fd6862

Please sign in to comment.