Cleanup
This commit is contained in:
parent
98692bf9d6
commit
2342c787c9
|
@ -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``.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue