mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 20:05:33 -05:00
Small typo in get_active_validator_indices
Change [ValidatorRecords] to [ValidatorRecord]
This commit is contained in:
committed by
GitHub
parent
2983e68f03
commit
fe5a472ff6
@@ -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``.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user