Skip to content

Commit

Permalink
Fix StartMonitoring dependencies (#8101)
Browse files Browse the repository at this point in the history
  • Loading branch information
deffrian authored and brbrr committed Jan 27, 2025
1 parent ab2a8e2 commit 0ac3f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Init/Steps/StartMonitoring.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace Nethermind.Init.Steps;

[RunnerStepDependencies(typeof(StartMonitoring))]
[RunnerStepDependencies(typeof(InitializeNetwork))]
public class StartMonitoring : IStep
{
private readonly IApiWithNetwork _api;
Expand Down

0 comments on commit 0ac3f88

Please sign in to comment.