Skip to content

Commit

Permalink
Fix start
Browse files Browse the repository at this point in the history
  • Loading branch information
asdacap committed Oct 29, 2024
1 parent a00e3f5 commit ef62cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Taiko/TaikoPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ public Task InitSynchronization(IContainer container)

public void ConfigureSynchronizationBuilder(ContainerBuilder builder)
{
if (_api is null || !ShouldRunSteps(_api))
return;

builder
.RegisterModule(new MergeNetworkModule(_blockCacheService!, _api!.InvalidChainTracker!));
}
Expand Down

0 comments on commit ef62cb8

Please sign in to comment.