Fix try-runtime with create-snapshot (#13223)

* Fix try-runtime with create-snapshot

* Apply review suggestions
This commit is contained in:
zjb0807
2023-01-26 12:12:19 +13:00
committed by GitHub
parent 1da71f0226
commit 73a9776266
6 changed files with 10 additions and 7 deletions
@@ -71,7 +71,7 @@ where
let executor = build_executor::<HostFns>(&shared);
let _ = State::Live(command.from)
.into_ext::<Block, HostFns>(&shared, &executor, Some(path.into()))
.into_ext::<Block, HostFns>(&shared, &executor, Some(path.into()), false)
.await?;
Ok(())