mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
Starts initialisation of beacon chain in the client
This commit is contained in:
@@ -31,7 +31,7 @@ pub fn run_beacon_node(config: ClientConfig, log: slog::Logger) -> error::Result
|
||||
|
||||
let executor = runtime.executor();
|
||||
|
||||
// currently testing - using TestingNode type
|
||||
// currently testing - using TestingClientType
|
||||
let client: Client<TestingClientType> = Client::new(config, log.clone(), &executor)?;
|
||||
notifier::run(&client, executor, exit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user