Function validate_block_height

Source
async fn validate_block_height<TYPES: NodeType>(
    proposal: &Proposal<TYPES, QuorumProposalWrapper<TYPES>>,
) -> Result<()>
Expand description

Validate that the proposal’s block height is one greater than the justification QC’s block height.