Update specs/electra/p2p-interface.md

Co-authored-by: NC <17676176+ensi321@users.noreply.github.com>
This commit is contained in:
Jacek Sieka 2024-10-07 09:00:19 +02:00 committed by GitHub
parent 768fb454b1
commit 96fbfcb3ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ The following convenience variables are re-defined:
The following validations are added:
- _[REJECT]_ `attestation.data.index == 0`
- _[REJECT]_ The attester is a member of the committee -- i.e.
`atestation.attester_index in get_beacon_committee(state, attestation.data.slot, index)`.
`attestation.attester_index in get_beacon_committee(state, attestation.data.slot, index)`.
The following validations are removed:
- _[REJECT]_ The attestation is unaggregated --