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
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 1 additions and 1 deletions

View File

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