Skip to content

Ppr consensus bug 2 hide finalize before consensus starts

when checking that each pprProposalReview has a status of complete, an empty list would return true - so the button would show up before consensus started. Adding a check to ensure that there are pprProposalReviews fixes this.

Merge request reports