Note: is_valid_indexed_attestation is overriden
This commit is contained in:
parent
a33e01dab2
commit
7d2341b40d
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue