Function darkfi::validator::verification::verify_checkpoint_block

source ยท
pub async fn verify_checkpoint_block(
    overlay: &BlockchainOverlayPtr,
    block: &BlockInfo,
    header: &HeaderHash,
    block_target: u32,
) -> Result<()>
Expand description

Verify given checkpoint BlockInfo, and apply it to the provided overlay.