async fn validate_block_height<TYPES: NodeType>( proposal: &Proposal<TYPES, QuorumProposalWrapper<TYPES>>, ) -> Result<()>
Validate that the proposal’s block height is one greater than the justification QC’s block height.