File tree 1 file changed +2
-2
lines changed
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.
356
356
We define the following variables for convenience:
357
357
- ` aggregate_and_proof = signed_aggregate_and_proof.message `
358
358
- ` aggregate = aggregate_and_proof.aggregate `
359
- - ` index = aggregate.index `
359
+ - ` index = aggregate.data. index `
360
360
- ` aggregation_bits = attestation.aggregation_bits `
361
361
362
362
The 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
436
436
to the subnet ` subnet_id ` (typically beacon and persistent committees) to be aggregated before being gossiped to ` beacon_aggregate_and_proof ` .
437
437
438
438
We define the following variables for convenience:
439
- - ` index = attestation.index `
439
+ - ` index = attestation.data. index `
440
440
- ` aggregation_bits = attestation.aggregation_bits `
441
441
442
442
The following validations MUST pass before forwarding the ` attestation ` on the subnet.
You can’t perform that action at this time.
0 commit comments