Update 0_beacon-chain.md

This commit is contained in:
Justin 2019-03-15 09:43:38 +00:00 committed by GitHub
parent 24468de23b
commit 5d327b6364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ def get_epoch_committee_count(active_validator_count: int) -> int:
### `compute_committee`
```python
def compute_committee(validator_indices: [int],
def compute_committee(validator_indices: List[ValidatorIndex],
seed: Bytes32,
index: int,
total_committees: int) -> List[ValidatorIndex]: