mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
Refactor BeaconStateBuilder
Made it a production-only struct. All the testing stuff can be done with BeaconStateBencher
This commit is contained in:
@@ -81,7 +81,7 @@ impl TestCase {
|
||||
validator_count
|
||||
);
|
||||
|
||||
let mut harness = BeaconChainHarness::new(spec, validator_count, validators_dir);
|
||||
let mut harness = BeaconChainHarness::new(spec, validator_count, validators_dir, true);
|
||||
|
||||
info!("Starting simulation across {} slots...", slots);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user