fn checkpoint_height_and_hash(
checkpoint: &str,
) -> Result<(Height, Hash), BoxError>Expand description
Parses a checkpoint to a block::Height and block::Hash.
fn checkpoint_height_and_hash(
checkpoint: &str,
) -> Result<(Height, Hash), BoxError>Parses a checkpoint to a block::Height and block::Hash.