mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
fix compile after merge
This commit is contained in:
@@ -423,7 +423,7 @@ pub fn run<T: EthSpec>(cli_args: &ArgMatches<'_>, env: Environment<T>) -> Result
|
||||
("prune_payloads", Some(_)) => {
|
||||
prune_payloads(client_config, &context, log).map_err(format_err)
|
||||
}
|
||||
("prune_blobs", Some(_)) => prune_blobs(client_config, &context, log),
|
||||
("prune_blobs", Some(_)) => prune_blobs(client_config, &context, log).map_err(format_err),
|
||||
_ => Err("Unknown subcommand, for help `lighthouse database_manager --help`".into()),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user