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
@@ -137,7 +137,7 @@ where
pallet: vec![],
child_tree: true,
});
let ext = state.into_ext::<Block, HostFns>(&shared, &executor, None).await?;
let ext = state.into_ext::<Block, HostFns>(&shared, &executor, None, true).await?;
maybe_state_ext = Some(ext);
}