mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Fix compile error, minor nits
This commit is contained in:
@@ -162,7 +162,7 @@ fn run<E: EthSpec>(
|
||||
{
|
||||
let runtime_context = environment.core_context();
|
||||
|
||||
let validator = environment
|
||||
let mut validator = environment
|
||||
.runtime()
|
||||
.block_on(ProductionValidatorClient::new_from_cli(
|
||||
runtime_context,
|
||||
|
||||
Reference in New Issue
Block a user