diff --git a/specs/core/1_beacon-chain.md b/specs/core/1_beacon-chain.md index 4e98445f2..e7f53865d 100644 --- a/specs/core/1_beacon-chain.md +++ b/specs/core/1_beacon-chain.md @@ -190,7 +190,7 @@ class BeaconBlockBody(phase0.BeaconBlockBody): attester_slashings: List[AttesterSlashing, MAX_ATTESTER_SLASHINGS] # Attesting attestations: List[Attestation, MAX_ATTESTATIONS] - # Enty & exit + # Entry & exit deposits: List[Deposit, MAX_DEPOSITS] voluntary_exits: List[VoluntaryExit, MAX_VOLUNTARY_EXITS] # Custody game