mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 22:38:11 +00:00
MAX_COMMITTEE_SIZE -> MAX_VALIDATORS_PER_COMMITTEE (missed one)
This commit is contained in:
parent
7fc34c801d
commit
f216000815
@ -197,7 +197,7 @@ class PendingShardHeader(Container):
|
||||
# Length of the data in samples
|
||||
length: uint64
|
||||
# Who voted for the header
|
||||
votes: Bitlist[MAX_COMMITTEE_SIZE]
|
||||
votes: Bitlist[MAX_VALIDATORS_PER_COMMITTEE]
|
||||
# Has this header been confirmed?
|
||||
confirmed: bool
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user