Skip to content

Commit

Permalink
Changed ExitCodes (#4530)
Browse files Browse the repository at this point in the history
* small UX improvements & change one logger

* cosmetic

* add mock for testing

* review fixes

* cosmetic

* review fix

* cosmetic

* cosmetic comment

* fix error code number
  • Loading branch information
MarekM25 committed Sep 6, 2022
1 parent 5a8e4df commit 1a32d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Config/ExitCodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ namespace Nethermind.Config;

public static class ExitCodes
{
// config errors 1_000...1_999
public const int NoEngineModule = 1_000;
// config errors 100...199
public const int NoEngineModule = 100;

public const int NoDownloadOldReceiptsOrBlocks = 1_001;
public const int NoDownloadOldReceiptsOrBlocks = 101;
}

0 comments on commit 1a32d45

Please sign in to comment.