Lighthouse compiles on stable futures

This commit is contained in:
Age Manning
2020-05-10 22:37:24 +10:00
parent 033cca602f
commit 18251439d7

View File

@@ -232,5 +232,5 @@ fn run<E: EthSpec>(
drop(validator_client);
// Shutdown the environment once all tasks have completed.
environment.shutdown_on_idle()
Ok(environment.shutdown_on_idle())
}