Fix double advance-cache calls bug
This commit is contained in:
parent
c82bad7602
commit
b887509607
@ -20,7 +20,6 @@ pub fn per_slot_processing(
|
||||
|
||||
if (state.slot + 1) % spec.slots_per_epoch == 0 {
|
||||
per_epoch_processing(state, spec)?;
|
||||
state.advance_caches();
|
||||
}
|
||||
|
||||
state.slot += 1;
|
||||
|
Loading…
Reference in New Issue
Block a user