mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
params: remove WithdrawalSize
This commit is contained in:
parent
4402a89c42
commit
f40396d025
1 changed files with 0 additions and 1 deletions
|
|
@ -179,7 +179,6 @@ const (
|
||||||
|
|
||||||
HistoryServeWindow = 8192 // Number of blocks to serve historical block hashes for, EIP-2935.
|
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
|
BlockRLPSizeCap = 8_388_608 // maximum size of an RLP-encoded block
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue