Copy edit

This commit is contained in:
Justin Drake 2019-07-05 15:04:57 +01:00
parent c8c810c0e1
commit 591f9658d3
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ def is_slashable_attestation_data(data_1: AttestationData, data_2: AttestationDa
```python
def is_valid_indexed_attestation(state: BeaconState, indexed_attestation: IndexedAttestation) -> bool:
"""
Check indices and signature of ``indexed_attestation``.
Check if ``indexed_attestation`` has valid indices and signature.
"""
bit_0_indices = indexed_attestation.custody_bit_0_indices
bit_1_indices = indexed_attestation.custody_bit_1_indices