Update 0_beacon-chain.md

This commit is contained in:
Dean Eigenmann
2019-07-02 05:43:17 +02:00
committed by GitHub
parent ea2f577a8d
commit f8fa6f0046

View File

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