Skip to content

Commit

Permalink
resolved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hangleang committed Dec 21, 2024
1 parent fb332e6 commit 116e8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper_functions/src/fork.rs
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ pub fn upgrade_to_electra<P: Preset>(
// initial value of `earliest_exit_epoch`
let earliest_activation_epoch = misc::compute_activation_exit_epoch::<P>(epoch);

for exit_epoch in validators
let earliest_exit_epoch = validators
.into_iter()
.map(|validator| validator.exit_epoch)
.filter(|exit_epoch| *exit_epoch != FAR_FUTURE_EPOCH)
Expand Down

0 comments on commit 116e8b9

Please sign in to comment.