Function darkfi::validator::verification::verify_block

source ยท
pub async fn verify_block(
    overlay: &BlockchainOverlayPtr,
    module: &PoWModule,
    block: &BlockInfo,
    previous: &BlockInfo,
    verify_fees: bool,
) -> Result<()>
Expand description

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