pub async fn verify_genesis_block(
overlay: &BlockchainOverlayPtr,
diffs: &[SledDbOverlayStateDiff],
block: &BlockInfo,
block_target: u32,
) -> Result<()>Expand description
Verify given genesis BlockInfo, and apply it to the provided
overlay.
Note: Always remember to purge new trees from the database if not needed.