mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 16:45:01 -05:00
Fix later_committee
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user