params: fix 7934 size limit.

This commit is contained in:
spencer-tb 2025-06-23 18:45:44 +01:00 committed by lightclient
parent 18e79fdd7e
commit 9859e6d62a
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -185,7 +185,7 @@ const (
HistoryServeWindow = 8192 // Number of blocks to serve historical block hashes for, EIP-2935.
WithdrawalSize = 23 // size of a withdrawal
BlockRLPSizeCap = 9_961_472 // maximum size of an RLP-encoded block
BlockRLPSizeCap = 8_388_608 // maximum size of an RLP-encoded block
)
// Bls12381G1MultiExpDiscountTable is the gas discount table for BLS12-381 G1 multi exponentiation operation