mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Add support for loading keypairs from file
This commit is contained in:
@@ -224,7 +224,7 @@ fn setup_inital_state(
|
||||
|
||||
let spec = ChainSpec::foundation();
|
||||
|
||||
let state_builder = TestingBeaconStateBuilder::new(no_validators, &spec);
|
||||
let state_builder = TestingBeaconStateBuilder::new(no_validators, None, &spec);
|
||||
let (state, _keypairs) = state_builder.build();
|
||||
|
||||
let state_root = state.canonical_root();
|
||||
|
||||
Reference in New Issue
Block a user