mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-26 18:40:40 +00:00
Update specs/core/1_shard-data-chains.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
parent
fb90fd7ac3
commit
a1f542b674
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user