Function forest_filecoin::fil_cns::validation::block_sanity_checks

source ยท
fn block_sanity_checks(
    header: &CachingBlockHeader,
) -> Result<(), FilecoinConsensusError>
Expand description

Checks optional values in header.

In particular it looks for an election proof and a ticket, which are needed for Filecoin consensus.