Switch to StorageProof (#160)

This commit is contained in:
Bastian Köcher
2020-07-27 10:22:58 +02:00
committed by GitHub
parent e97d49170b
commit 93e0ae472b
4 changed files with 11 additions and 19 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ where
let b = ParachainBlockData::<Block>::new(
header.clone(),
extrinsics,
proof.iter_nodes().collect(),
proof,
);
let mut block_import_params = BlockImportParams::new(BlockOrigin::Own, header);