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:
@@ -89,7 +89,7 @@ def get_proposal_committee(seed: Bytes32,
|
||||
|
||||
later_committee_start = epoch - (epoch % PROPOSAL_RESHUFFLE_PERIOD) - PROPOSAL_RESHUFFLE_PERIOD
|
||||
later_committee = split(shuffle(
|
||||
get_active_validator_indices(validators, earlier_committee_start),
|
||||
get_active_validator_indices(validators, later_committee_start),
|
||||
generate_seed(state, later_committee_start)
|
||||
), SHARD_COUNT)[shard]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user