From 64f217d3e19091ce342c6982d79f995b7a7fbd57 Mon Sep 17 00:00:00 2001 From: protolambda Date: Tue, 8 Jun 2021 01:05:50 +0200 Subject: [PATCH] update sync aggregate processing reference in validator doc --- specs/altair/validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/altair/validator.md b/specs/altair/validator.md index 844c7021b..f193e3591 100644 --- a/specs/altair/validator.md +++ b/specs/altair/validator.md @@ -243,7 +243,7 @@ def process_sync_committee_contributions(block: BeaconBlock, block.body.sync_aggregate = sync_aggregate ``` -*Note*: The resulting block must pass the validations for the `SyncAggregate` defined in `process_sync_committee` defined in the [state transition document](./beacon-chain.md#sync-committee-processing). +*Note*: The resulting block must pass the validations for the `SyncAggregate` defined in `process_sync_aggregate` defined in the [state transition document](./beacon-chain.md#sync-aggregate-processing). In particular, this means `SyncCommitteeContribution`s received from gossip must have a `beacon_block_root` that matches the proposer's local view of the chain. #### Packaging into a `SignedBeaconBlock`