diff --git a/params/protocol_params.go b/params/protocol_params.go index 6b06dadaef..4a001eeb97 100644 --- a/params/protocol_params.go +++ b/params/protocol_params.go @@ -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