Skip to content

Commit

Permalink
Remove preview (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
flcl42 authored Sep 6, 2024
1 parent 8c93aae commit e9ab7b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/libp2p/Libp2p/Libp2pPeerFactoryBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace Nethermind.Libp2p.Stack;

[RequiresPreviewFeatures]
public class Libp2pPeerFactoryBuilder : PeerFactoryBuilderBase<Libp2pPeerFactoryBuilder, Libp2pPeerFactory>,
ILibp2pPeerFactoryBuilder
{
Expand Down
1 change: 0 additions & 1 deletion src/libp2p/Libp2p/ServiceProviderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace Nethermind.Libp2p.Stack;

public static class ServiceProviderExtensions
{
[RequiresPreviewFeatures]
public static IServiceCollection AddLibp2p(this IServiceCollection services, Func<ILibp2pPeerFactoryBuilder, IPeerFactoryBuilder> factorySetup)
{
return services
Expand Down

0 comments on commit e9ab7b5

Please sign in to comment.