Skip to content

Commit

Permalink
Merge branch 'master' into refactor/tx-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
emlautarom1 committed Sep 6, 2024
2 parents 840d3a3 + f8527c9 commit 9437715
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Init/InitializeStateDb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public Task Execute(CancellationToken cancellationToken)

if (syncConfig.SnapServingEnabled == true && pruningConfig.PruningBoundary < 128)
{
if (_logger.IsWarn) _logger.Warn($"Snap serving enabled, but {nameof(pruningConfig.PruningBoundary)} is less than 128. Setting to 128.");
if (_logger.IsInfo) _logger.Info($"Snap serving enabled, but {nameof(pruningConfig.PruningBoundary)} is less than 128. Setting to 128.");
pruningConfig.PruningBoundary = 128;
}

Expand Down

0 comments on commit 9437715

Please sign in to comment.