We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2e8e7 commit 42467f1Copy full SHA for 42467f1
params/protocol_params.go
@@ -180,7 +180,7 @@ const (
180
BlobTxMaxBlobs = 6
181
BlobBaseCost = 1 << 13 // Base execution gas cost for a blob.
182
183
- HistoryServeWindow = 8192 // Number of blocks to serve historical block hashes for, EIP-2935.
+ HistoryServeWindow = 8191 // Number of blocks to serve historical block hashes for, EIP-2935.
184
185
MaxBlockSize = 8_388_608 // maximum size of an RLP-encoded block
186
)
0 commit comments