spelling
This commit is contained in:
parent
fd9a72e74a
commit
668568ea22
|
@ -178,7 +178,7 @@ def kzg_commitment_to_versioned_hash(kzg_commitment: KZGCommitment) -> Versioned
|
||||||
|
|
||||||
#### Modified `get_attestation_participation_flag_indices`
|
#### Modified `get_attestation_participation_flag_indices`
|
||||||
|
|
||||||
*Note:* The function `get_attestation_participation_flag_indicies` is modified to set the `TIMELY_TARGET_FLAG` for any correct target attestation, regardless of `inclusion_delay` as a baseline reward for any speed of inclusion of an attestation that contributes to justification of the contained chain for EIP-7045.
|
*Note:* The function `get_attestation_participation_flag_indices` is modified to set the `TIMELY_TARGET_FLAG` for any correct target attestation, regardless of `inclusion_delay` as a baseline reward for any speed of inclusion of an attestation that contributes to justification of the contained chain for EIP-7045.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def get_attestation_participation_flag_indices(state: BeaconState,
|
def get_attestation_participation_flag_indices(state: BeaconState,
|
||||||
|
|
Loading…
Reference in New Issue