mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-09 17:37:26 +00:00
Fix try-runtime with create-snapshot (#13223)
* Fix try-runtime with create-snapshot * Apply review suggestions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user