Merge branch 'unstable' into validator-manager

This commit is contained in:
Paul Hauner
2022-12-01 09:27:27 +11:00
97 changed files with 2695 additions and 861 deletions

View File

@@ -114,7 +114,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
pub fn cli_run<T: EthSpec>(
matches: &ArgMatches,
mut env: Environment<T>,
env: Environment<T>,
validator_dir: PathBuf,
) -> Result<(), String> {
let spec = env.core_context().eth2_config.spec;