fix: use correct history serve window parameter

This commit is contained in:
Péter Garamvölgyi 2025-07-01 12:41:06 +02:00 committed by GitHub
parent f70aaa8399
commit 0f18f75ec4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,7 +174,7 @@ const (
BlobTxMinBlobGasprice = 1 // Minimum gas price for data blobs
BlobTxPointEvaluationPrecompileGas = 50000 // Gas price for the point evaluation precompile.
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.
)
// Bls12381G1MultiExpDiscountTable is the gas discount table for BLS12-381 G1 multi exponentiation operation