File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ to subscribing nodes (typically validators) to be included in future blocks.
356356We define the following variables for convenience:
357357- ` aggregate_and_proof = signed_aggregate_and_proof.message `
358358- ` aggregate = aggregate_and_proof.aggregate `
359- - ` index = aggregate.index `
359+ - ` index = aggregate.data. index `
360360- ` aggregation_bits = attestation.aggregation_bits `
361361
362362The following validations MUST pass before forwarding the ` signed_aggregate_and_proof ` on the network.
@@ -436,7 +436,7 @@ The `beacon_attestation_{subnet_id}` topics are used to propagate unaggregated a
436436to the subnet ` subnet_id ` (typically beacon and persistent committees) to be aggregated before being gossiped to ` beacon_aggregate_and_proof ` .
437437
438438We define the following variables for convenience:
439- - ` index = attestation.index `
439+ - ` index = attestation.data. index `
440440- ` aggregation_bits = attestation.aggregation_bits `
441441
442442The following validations MUST pass before forwarding the ` attestation ` on the subnet.
You can’t perform that action at this time.
0 commit comments