Skip to content

Commit

Permalink
Merge pull request #2365 from ethereum/fix-sharding-note
Browse files Browse the repository at this point in the history
Fix note about sharding beacon state extension
  • Loading branch information
hwwhww authored Apr 29, 2021
2 parents c3dfc2e + c598610 commit 2af585b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/sharding/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class BeaconBlockBody(merge.BeaconBlockBody): # [extends The Merge block body]
### `BeaconState`

```python
class BeaconState(merge.BeaconState): # [extends The Merge block body]
class BeaconState(merge.BeaconState): # [extends The Merge state]
# [Updated fields]
previous_epoch_attestations: List[PendingAttestation, MAX_ATTESTATIONS * SLOTS_PER_EPOCH]
current_epoch_attestations: List[PendingAttestation, MAX_ATTESTATIONS * SLOTS_PER_EPOCH]
Expand Down

0 comments on commit 2af585b

Please sign in to comment.