diff --git a/src/Nethermind/Nethermind.Core/Eip2935Constants.cs b/src/Nethermind/Nethermind.Core/Eip2935Constants.cs index d894e6228d46..c03e7e792a4b 100644 --- a/src/Nethermind/Nethermind.Core/Eip2935Constants.cs +++ b/src/Nethermind/Nethermind.Core/Eip2935Constants.cs @@ -16,5 +16,5 @@ public static class Eip2935Constants /// /// The HISTORY_SERVE_WINDOW parameter. /// - public static readonly long RingBufferSize = 8192; + public static readonly long RingBufferSize = 8191; }