mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 14:24:57 -05:00
Update 0_beacon-chain.md
This commit is contained in:
@@ -389,7 +389,7 @@ class DepositData(Container):
|
||||
|
||||
```python
|
||||
class CompactCommittee(Container):
|
||||
pubkeys: List[BLSPubKey, MAX_VALIDATORS_PER_COMMITTEE]
|
||||
pubkeys: List[BLSPubkey, MAX_VALIDATORS_PER_COMMITTEE]
|
||||
compact_validators: List[uint64, MAX_VALIDATORS_PER_COMMITTEE]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user