mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-12 10:36:32 +00:00
spec bugfix: incorrect process_epoch
definition
This commit is contained in:
parent
b5d7bd0a8a
commit
61168e6124
@ -620,6 +620,9 @@ def process_epoch(state: BeaconState) -> None:
|
||||
process_effective_balance_updates(state) # [Modified in EIP7251]
|
||||
process_slashings_reset(state)
|
||||
process_randao_mixes_reset(state)
|
||||
process_historical_summaries_update(state)
|
||||
process_participation_flag_updates(state)
|
||||
process_sync_committee_updates(state)
|
||||
```
|
||||
|
||||
#### Updated `process_registry_updates`
|
||||
|
Loading…
x
Reference in New Issue
Block a user