From 5cb0bc1d0416126f5f46485d0851b0da5ae9ce1a Mon Sep 17 00:00:00 2001 From: Guantong <04637@163.com> Date: Wed, 1 Jun 2022 11:20:38 +0800 Subject: [PATCH] Companion for paritytech/cumulus#1089 --- src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("");