params: remove WithdrawalSize

This commit is contained in:
Felix Lange 2025-07-08 07:13:24 +02:00
parent 4402a89c42
commit f40396d025

View file

@ -179,7 +179,6 @@ const (
HistoryServeWindow = 8192 // Number of blocks to serve historical block hashes for, EIP-2935.
WithdrawalSize = 23 // size of a withdrawal
BlockRLPSizeCap = 8_388_608 // maximum size of an RLP-encoded block
)