mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
heze boilerplate
This commit is contained in:
@@ -20,6 +20,7 @@ pub fn run<E: EthSpec>(mut env: Environment<E>, matches: &ArgMatches) -> Result<
|
||||
let prague_time = parse_optional(matches, "prague-time")?;
|
||||
let osaka_time = parse_optional(matches, "osaka-time")?;
|
||||
let amsterdam_time = parse_optional(matches, "amsterdam-time")?;
|
||||
let heze_time = parse_optional(matches, "heze-time")?;
|
||||
|
||||
let handle = env.core_context().executor.handle().unwrap();
|
||||
|
||||
@@ -51,6 +52,7 @@ pub fn run<E: EthSpec>(mut env: Environment<E>, matches: &ArgMatches) -> Result<
|
||||
prague_time,
|
||||
osaka_time,
|
||||
amsterdam_time,
|
||||
heze_time,
|
||||
};
|
||||
let kzg = None;
|
||||
let server: MockServer<E> = MockServer::new_with_config(&handle, config, kzg);
|
||||
|
||||
Reference in New Issue
Block a user