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 f70aaa8 commit 0f18f75Copy full SHA for 0f18f75
params/protocol_params.go
@@ -174,7 +174,7 @@ const (
174
BlobTxMinBlobGasprice = 1 // Minimum gas price for data blobs
175
BlobTxPointEvaluationPrecompileGas = 50000 // Gas price for the point evaluation precompile.
176
177
- 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.
178
)
179
180
// Bls12381G1MultiExpDiscountTable is the gas discount table for BLS12-381 G1 multi exponentiation operation
0 commit comments