Remove some easy Electra TODOs (#5928)

* Remove some easy Electra TODOs
This commit is contained in:
Michael Sproul
2024-06-17 23:32:39 +10:00
committed by GitHub
parent a74098044a
commit 1eb8694a86
3 changed files with 4 additions and 35 deletions

View File

@@ -120,7 +120,6 @@ impl<E: EthSpec> ExecutionPayloadHeader<E> {
#[allow(clippy::arithmetic_side_effects)]
pub fn ssz_max_var_len_for_fork(fork_name: ForkName) -> usize {
// Matching here in case variable fields are added in future forks.
// TODO(electra): review electra changes
match fork_name {
ForkName::Base
| ForkName::Altair