Update specs/_features/attslotrange/beacon-chain.md

Co-authored-by: Potuz <potuz@prysmaticlabs.com>
This commit is contained in:
Danny Ryan 2023-05-17 09:35:32 -06:00 committed by GitHub
parent 558be7a9a3
commit 235582f4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ This feature allows for inclusion of attestations created during epoch `N` to be
#### Modified `process_attestation`
*Note*: The function `process_attestation` is modified to expand valid slots for inclusion tothose in the `target.epoch` epoch as well as those in the `target.epoch + 1` epoch.
*Note*: The function `process_attestation` is modified to expand valid slots for inclusion to those in the `target.epoch` epoch as well as those in the `target.epoch + 1` epoch.
```python
def process_attestation(state: BeaconState, attestation: Attestation) -> None: