mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-19 23:19:28 +00:00
Fix later_committee
This commit is contained in:
parent
52705f6fab
commit
7a4a136d6c
@ -342,7 +342,7 @@ def get_default_shard_state(beacon_state: BeaconState, shard: Shard) -> ShardSta
|
||||
)
|
||||
later_committee = get_period_committee(
|
||||
beacon_state,
|
||||
PHASE_1_FORK_EPOCH - EPOCHS_PER_SHARD_PERIOD * 2,
|
||||
PHASE_1_FORK_EPOCH - EPOCHS_PER_SHARD_PERIOD,
|
||||
shard,
|
||||
)
|
||||
return ShardState(
|
||||
|
Loading…
x
Reference in New Issue
Block a user