diff --git a/content/roadmap/consensus/candidates/carnot/Carnot-Specs b/content/roadmap/consensus/candidates/carnot/Carnot-Specs index 23e86448f..dc498996b 100644 --- a/content/roadmap/consensus/candidates/carnot/Carnot-Specs +++ b/content/roadmap/consensus/candidates/carnot/Carnot-Specs @@ -161,7 +161,12 @@ Utilities: if nodeIndx==leader(view){ - + collection[vote.block].append(vote) + if supermajority(collection[vote.block]){ + qc=buildQC(collection[vote.block]) + block=buildBlock() + Broadcast(block) + } }