Skip to content

Commit 3be9fc6

Browse files
update ring buffer size for eip-2935 (#8018)
1 parent 4c6f6e8 commit 3be9fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nethermind/Nethermind.Core/Eip2935Constants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ public static class Eip2935Constants
1616
/// <summary>
1717
/// The <c>HISTORY_SERVE_WINDOW</c> parameter.
1818
/// </summary>
19-
public static readonly long RingBufferSize = 8192;
19+
public static readonly long RingBufferSize = 8191;
2020
}

0 commit comments

Comments
 (0)