mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 07:45:03 -05:00
Update specs/core/1_shard-data-chains.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
@@ -78,7 +78,7 @@ We define the helper `get_proposal_committee` as follows:
|
||||
```python
|
||||
def get_proposal_committee(seed: Bytes32,
|
||||
validators: List[Validator],
|
||||
shard: int,
|
||||
shard: ShardNumber,
|
||||
epoch: EpochNumber) -> List[ValidatorIndex]:
|
||||
|
||||
earlier_committee_start = epoch - (epoch % PROPOSAL_RESHUFFLE_PERIOD) - PROPOSAL_RESHUFFLE_PERIOD * 2
|
||||
|
||||
Reference in New Issue
Block a user