mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Take storage root from parent header (#123)
This commit is contained in:
@@ -196,8 +196,6 @@ where
|
||||
let wait_to_announce = self.wait_to_announce.clone();
|
||||
|
||||
Box::pin(async move {
|
||||
let parent_state_root = *last_head.header.state_root();
|
||||
|
||||
let proposer = proposer_future.await.map_err(|e| {
|
||||
error!(
|
||||
target: "cumulus-collator",
|
||||
@@ -251,7 +249,6 @@ where
|
||||
header.clone(),
|
||||
extrinsics,
|
||||
proof.iter_nodes().collect(),
|
||||
parent_state_root,
|
||||
);
|
||||
|
||||
let mut block_import_params = BlockImportParams::new(BlockOrigin::Own, header);
|
||||
|
||||
Reference in New Issue
Block a user