Function forest_filecoin::chain_sync::tipset_syncer::block_sanity_checks

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

Checks optional values in header.

It only looks for fields which are common to all consensus types.