pub fn old_finalized_hash<C, Block>(
client: &C,
tree_route: &[Block::Hash],
fallback_parent: Block::Hash,
) -> Block::Hashwhere
C: HeaderBackend<Block>,
Block: BlockT,Expand description
Resolve the previously-finalized block hash: the parent of the first block in tree_route,
or fallback_parent (the just-finalized header’s parent) when the route is empty or that
header can’t be loaded.