mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 19:54:34 +00:00
Merge pull request #215 from mratsim/patch-1
Small typo in get_active_validator_indices
This commit is contained in:
commit
0f59a564d0
@ -565,7 +565,7 @@ Note: The definitions below are for specification purposes and are not necessari
|
||||
#### `get_active_validator_indices`
|
||||
|
||||
```python
|
||||
def get_active_validator_indices(validators: [ValidatorRecords]) -> List[int]:
|
||||
def get_active_validator_indices(validators: [ValidatorRecord]) -> List[int]:
|
||||
"""
|
||||
Gets indices of active validators from ``validators``.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user