Skip to content

Commit

Permalink
Merge pull request #215 from mratsim/patch-1
Browse files Browse the repository at this point in the history
Small typo in get_active_validator_indices
  • Loading branch information
vbuterin committed Dec 3, 2018
2 parents 2f112e1 + fe5a472 commit 0f59a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
"""
Expand Down

0 comments on commit 0f59a56

Please sign in to comment.