This commit is contained in:
Justin Drake 2019-06-22 22:54:07 +02:00
parent 98692bf9d6
commit 2342c787c9
1 changed files with 1 additions and 3 deletions

View File

@ -878,9 +878,7 @@ def get_crosslink_committee(state: BeaconState, epoch: Epoch, shard: Shard) -> L
### `get_attesting_indices`
```python
def get_attesting_indices(state: BeaconState,
data: AttestationData,
bitfield: bytes) -> List[ValidatorIndex]:
def get_attesting_indices(state: BeaconState, data: AttestationData, bitfield: bytes) -> List[ValidatorIndex]:
"""
Return the sorted attesting indices corresponding to ``data`` and ``bitfield``.
"""