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…
Reference in New Issue