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 Jan 24, 2025
1 parent bf64dc3 commit 32ed172
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 32ed172

Please sign in to comment.