mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
Add shuffling ef_tests
This commit is contained in:
@@ -21,7 +21,9 @@ impl EthSpec for MinimalEthSpec {
|
||||
|
||||
fn spec() -> ChainSpec {
|
||||
// TODO: this spec is likely incorrect!
|
||||
FewValidatorsEthSpec::spec()
|
||||
let mut spec = FewValidatorsEthSpec::spec();
|
||||
spec.shuffle_round_count = 10;
|
||||
spec
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user