mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
fix payload v5
This commit is contained in:
@@ -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)?;
|
||||
|
||||
Reference in New Issue
Block a user