fix payload v5

This commit is contained in:
Eitan Seri-Levi
2026-05-01 10:31:07 +02:00
parent 313e2d946c
commit fa87ff23a9
3 changed files with 23 additions and 48 deletions

View File

@@ -96,15 +96,10 @@ pub fn per_slot_processing<E: EthSpec>(
if spec.fulu_fork_epoch == Some(state.current_epoch()) {
upgrade_to_fulu(state, spec)?;
}
// Heze.
if spec.heze_fork_epoch == Some(state.current_epoch()) {
upgrade_to_heze(state, spec)?;
}
// Gloas.
if spec.gloas_fork_epoch == Some(state.current_epoch()) {
upgrade_to_gloas(state, spec)?;
}
// Heze.
if spec.heze_fork_epoch == Some(state.current_epoch()) {
upgrade_to_heze(state, spec)?;