mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 13:06:34 +00:00
update sync aggregate processing reference in validator doc
This commit is contained in:
parent
cfc66a3794
commit
64f217d3e1
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user