mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-04 23:04:55 +00:00
Added missing colon
This commit is contained in:
parent
d0fc455a1f
commit
73f9ad0512
@ -800,7 +800,7 @@ def get_epoch_committee_count(active_validator_count: int) -> int:
|
||||
```python
|
||||
def get_shuffling(seed: Bytes32,
|
||||
validators: List[Validator],
|
||||
epoch: Epoch) -> List[List[ValidatorIndex]]
|
||||
epoch: Epoch) -> List[List[ValidatorIndex]]:
|
||||
"""
|
||||
Shuffle active validators and split into crosslink committees.
|
||||
Return a list of committees (each a list of validator indices).
|
||||
|
Loading…
x
Reference in New Issue
Block a user