Skip to content

Commit

Permalink
Update Capella
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Feb 16, 2024
1 parent 1a120e4 commit 7d14e36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/specs/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,8 @@ def process_slot(state: BeaconState) -> None:

### Epoch processing

*Note*: The function `process_historical_summaries_update` replaces `process_historical_roots_update` in Capella.

```python
def process_epoch(state: BeaconState) -> None:
process_justification_and_finalization(state)
Expand Down

0 comments on commit 7d14e36

Please sign in to comment.