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:
Paul Hauner 2019-02-22 18:19:47 +13:00
parent a5de6a1915
commit 89ab0f683e
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -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,