We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6f6e8 commit 3be9fc6Copy full SHA for 3be9fc6
src/Nethermind/Nethermind.Core/Eip2935Constants.cs
@@ -16,5 +16,5 @@ public static class Eip2935Constants
16
/// <summary>
17
/// The <c>HISTORY_SERVE_WINDOW</c> parameter.
18
/// </summary>
19
- public static readonly long RingBufferSize = 8192;
+ public static readonly long RingBufferSize = 8191;
20
}
0 commit comments