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` ### `get_attesting_indices`
```python ```python
def get_attesting_indices(state: BeaconState, def get_attesting_indices(state: BeaconState, data: AttestationData, bitfield: bytes) -> List[ValidatorIndex]:
data: AttestationData,
bitfield: bytes) -> List[ValidatorIndex]:
""" """
Return the sorted attesting indices corresponding to ``data`` and ``bitfield``. Return the sorted attesting indices corresponding to ``data`` and ``bitfield``.
""" """