Update 0_beacon-chain.md
This commit is contained in:
parent
24468de23b
commit
5d327b6364
|
@ -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]:
|
||||
|
|
Loading…
Reference in New Issue