Skip to content

Commit

Permalink
Update specs/electra/p2p-interface.md
Browse files Browse the repository at this point in the history
Co-authored-by: NC <17676176+ensi321@users.noreply.github.com>
  • Loading branch information
arnetheduck and ensi321 authored Oct 7, 2024
1 parent 768fb45 commit 96fbfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/electra/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 --
Expand Down

0 comments on commit 96fbfcb

Please sign in to comment.