mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 10:15:42 +00:00
Companion for Substrate#14612 (#7536)
* Companion for reworking the storage transaction cache
* Cargo lock
* Fixes
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -28,7 +28,7 @@ macro_rules! emergency_solution_cmd_for { ($runtime:ident) => { paste::paste! {
|
||||
) -> Result<(), Error<$crate::[<$runtime _runtime_exports>]::Runtime>> {
|
||||
use $crate::[<$runtime _runtime_exports>]::*;
|
||||
|
||||
let mut ext = crate::create_election_ext::<Runtime, Block>(client, config.at, vec![]).await?;
|
||||
let mut ext = crate::create_election_ext::<Runtime>(client, config.at, vec![]).await?;
|
||||
let raw_solution = crate::mine_with::<Runtime>(&config.solver, &mut ext, false)?;
|
||||
|
||||
ext.execute_with(|| {
|
||||
|
||||
Reference in New Issue
Block a user