mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Change "few_validators" spec to be 8 shards.
A bug arises when the number of shards is less than the slots in an epoch.
This commit is contained in:
@@ -199,7 +199,7 @@ impl ChainSpec {
|
||||
let genesis_epoch = genesis_slot.epoch(epoch_length);
|
||||
|
||||
Self {
|
||||
shard_count: 1,
|
||||
shard_count: 8,
|
||||
target_committee_size: 1,
|
||||
genesis_slot,
|
||||
genesis_epoch,
|
||||
|
||||
Reference in New Issue
Block a user