Function zebra_consensus::checkpoint::progress_from_tip
source ยท fn progress_from_tip(
checkpoint_list: &CheckpointList,
tip: Option<(Height, Hash)>,
) -> (Option<Hash>, Progress<Height>)
Expand description
Convert a tip into its hash and matching progress.