This commit is contained in:
protolambda 2019-11-16 11:17:39 +01:00 committed by Danny Ryan
parent 74d6021507
commit cc0aac3aae
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 1 additions and 1 deletions

View File

@ -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