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:
parent
a5de6a1915
commit
89ab0f683e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user