Fix todos

This commit is contained in:
Pawan Dhananjay
2024-05-08 13:42:29 -07:00
parent 3ef7c9078e
commit 683de56f6e
3 changed files with 36 additions and 6 deletions

View File

@@ -117,7 +117,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