Function validate_against_parent_timestamp

pub fn validate_against_parent_timestamp<H>(
    header: &H,
    parent: &H,
) -> Result<(), ConsensusError>
where H: BlockHeader,
Expand description

Validates the timestamp against the parent to make sure it is in the past.