Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit db7f9a5

Browse files
committed
fix compilation
1 parent bbce10e commit db7f9a5

File tree

1 file changed

+1
-0
lines changed
  • client/consensus/common/src

1 file changed

+1
-0
lines changed

client/consensus/common/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ pub async fn find_potential_parents<B: BlockT>(
308308
let digest = entry.header.digest();
309309
cumulus_primitives_core::extract_relay_parent(digest).map_or(false, is_hash_in_ancestry) ||
310310
cumulus_primitives_core::rpsr_digest::extract_relay_parent_storage_root(digest)
311+
.map(|(r, _n)| r)
311312
.map_or(false, is_root_in_ancestry)
312313
};
313314

0 commit comments

Comments
 (0)