params: fix 7934 size limit.

This commit is contained in:
spencer-tb 2025-06-23 18:45:44 +01:00 committed by Jared Wasinger
parent df12e79e83
commit b326264d4b

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