mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Add interop-spec genesis procedure
This commit is contained in:
@@ -96,7 +96,7 @@ where
|
||||
*minutes,
|
||||
spec.clone(),
|
||||
log.clone(),
|
||||
),
|
||||
)?,
|
||||
BeaconChainStartMethod::Generated {
|
||||
validator_count,
|
||||
genesis_time,
|
||||
@@ -105,7 +105,7 @@ where
|
||||
*validator_count,
|
||||
spec.clone(),
|
||||
log.clone(),
|
||||
),
|
||||
)?,
|
||||
BeaconChainStartMethod::Yaml { file } => {
|
||||
BeaconChainBuilder::yaml_state(file, spec.clone(), log.clone())?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user