Add interop-spec genesis procedure

This commit is contained in:
Paul Hauner
2019-08-30 15:33:34 +10:00
parent e154b30232
commit 6234adc0d6
7 changed files with 181 additions and 17 deletions

View File

@@ -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())?
}