mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-13 04:04:19 +00:00
typo
This commit is contained in:
parent
74d6021507
commit
cc0aac3aae
@ -190,7 +190,7 @@ class BeaconBlockBody(phase0.BeaconBlockBody):
|
|||||||
attester_slashings: List[AttesterSlashing, MAX_ATTESTER_SLASHINGS]
|
attester_slashings: List[AttesterSlashing, MAX_ATTESTER_SLASHINGS]
|
||||||
# Attesting
|
# Attesting
|
||||||
attestations: List[Attestation, MAX_ATTESTATIONS]
|
attestations: List[Attestation, MAX_ATTESTATIONS]
|
||||||
# Enty & exit
|
# Entry & exit
|
||||||
deposits: List[Deposit, MAX_DEPOSITS]
|
deposits: List[Deposit, MAX_DEPOSITS]
|
||||||
voluntary_exits: List[VoluntaryExit, MAX_VOLUNTARY_EXITS]
|
voluntary_exits: List[VoluntaryExit, MAX_VOLUNTARY_EXITS]
|
||||||
# Custody game
|
# Custody game
|
||||||
|
Loading…
x
Reference in New Issue
Block a user