`ProcessedAttestations` -> `ProcessedAttestation`
This commit is contained in:
parent
5abdbc600d
commit
64170f79a3
|
@ -348,7 +348,7 @@ The `BeaconState` has the following fields:
|
||||||
# Should be updated only by hard forks.
|
# Should be updated only by hard forks.
|
||||||
'fork_data': ForkData,
|
'fork_data': ForkData,
|
||||||
# Attestations not yet processed
|
# Attestations not yet processed
|
||||||
'pending_attestations': [ProcessedAttestations],
|
'pending_attestations': [ProcessedAttestation],
|
||||||
# recent beacon block hashes needed to process attestations, older to newer
|
# recent beacon block hashes needed to process attestations, older to newer
|
||||||
'recent_block_hashes': ['hash32'],
|
'recent_block_hashes': ['hash32'],
|
||||||
# RANDAO state
|
# RANDAO state
|
||||||
|
|
Loading…
Reference in New Issue