Skip to content

Commit

Permalink
update ring buffer size for eip-2935 (#8018)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishqjasoria authored and rjnrohit committed Jan 11, 2025
1 parent 1320ca3 commit 6e5bef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Core/Eip2935Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ public static class Eip2935Constants
/// <summary>
/// The <c>HISTORY_SERVE_WINDOW</c> parameter.
/// </summary>
public static readonly long RingBufferSize = 8192;
public static readonly long RingBufferSize = 8191;
}

0 comments on commit 6e5bef3

Please sign in to comment.