Skip to content

Commit 0f18f75

Browse files
authored
fix: use correct history serve window parameter
1 parent f70aaa8 commit 0f18f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/protocol_params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const (
174174
BlobTxMinBlobGasprice = 1 // Minimum gas price for data blobs
175175
BlobTxPointEvaluationPrecompileGas = 50000 // Gas price for the point evaluation precompile.
176176

177-
HistoryServeWindow = 8192 // Number of blocks to serve historical block hashes for, EIP-2935.
177+
HistoryServeWindow = 8191 // Number of blocks to serve historical block hashes for, EIP-2935.
178178
)
179179

180180
// Bls12381G1MultiExpDiscountTable is the gas discount table for BLS12-381 G1 multi exponentiation operation

0 commit comments

Comments
 (0)