Skip to content

Commit

Permalink
Merge pull request #3756 from ensi321/dev
Browse files Browse the repository at this point in the history
Fix typo on CommitteeIndex in p2p spec
  • Loading branch information
hwwhww committed May 7, 2024
2 parents b0cea87 + 191833b commit e96c070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/phase0/p2p-interface.md
Expand Up @@ -356,7 +356,7 @@ to subscribing nodes (typically validators) to be included in future blocks.
We define the following variables for convenience:
- `aggregate_and_proof = signed_aggregate_and_proof.message`
- `aggregate = aggregate_and_proof.aggregate`
- `index = aggregate.index`
- `index = aggregate.data.index`
- `aggregation_bits = attestation.aggregation_bits`

The following validations MUST pass before forwarding the `signed_aggregate_and_proof` on the network.
Expand Down Expand Up @@ -436,7 +436,7 @@ The `beacon_attestation_{subnet_id}` topics are used to propagate unaggregated a
to the subnet `subnet_id` (typically beacon and persistent committees) to be aggregated before being gossiped to `beacon_aggregate_and_proof`.

We define the following variables for convenience:
- `index = attestation.index`
- `index = attestation.data.index`
- `aggregation_bits = attestation.aggregation_bits`

The following validations MUST pass before forwarding the `attestation` on the subnet.
Expand Down

0 comments on commit e96c070

Please sign in to comment.