diff --git a/src/command.rs b/src/command.rs index 4d962126..c75f53c1 100644 --- a/src/command.rs +++ b/src/command.rs @@ -336,7 +336,7 @@ pub fn run() -> Result<()> { }) }, Some(Subcommand::Revert(cmd)) => construct_async_run!(|components, cli, cmd, config| { - Ok(cmd.run(components.client, components.backend)) + Ok(cmd.run(components.client, components.backend, None)) }), Some(Subcommand::ExportGenesisState(params)) => { let mut builder = sc_cli::LoggerBuilder::new("");