mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
Update Substrate & Polkadot (#519)
* Update Substrate & Polkadot * Basti improvements Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
@@ -208,7 +208,9 @@ where
|
||||
|
||||
let mut block_import_params = BlockImportParams::new(BlockOrigin::Own, header);
|
||||
block_import_params.body = Some(extrinsics);
|
||||
block_import_params.storage_changes = Some(storage_changes);
|
||||
block_import_params.state_action = sp_consensus::StateAction::ApplyChanges(
|
||||
sp_consensus::StorageChanges::Changes(storage_changes)
|
||||
);
|
||||
|
||||
if let Err(err) = self
|
||||
.block_import
|
||||
|
||||
Reference in New Issue
Block a user