validate_against_parent_timestamp

Function validate_against_parent_timestamp 

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

Validates that the block timestamp is greater than the parent block timestamp.