Note: is_valid_indexed_attestation is overriden

This commit is contained in:
protolambda
2019-11-15 22:35:07 +01:00
committed by Danny Ryan
parent a33e01dab2
commit 7d2341b40d

View File

@@ -377,7 +377,7 @@ def get_offset_slots(state: BeaconState, start_slot: Slot) -> Sequence[Slot]:
### Predicates
#### `is_valid_indexed_attestation`
#### New `is_valid_indexed_attestation`
```python
def is_valid_indexed_attestation(state: BeaconState, indexed_attestation: AttestationAndCommittee) -> bool: