Skip to content

Commit

Permalink
spec bugfix: incorrect process_epoch definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Apr 6, 2024
1 parent 9d94a64 commit f764c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/_features/eip7251/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit f764c34

Please sign in to comment.