From 82188efee1bcb8b312d1da1e7e9599a19f78f1e1 Mon Sep 17 00:00:00 2001 From: mjalalzai <33738574+MForensic@users.noreply.github.com> Date: Mon, 27 Feb 2023 00:01:05 -0800 Subject: [PATCH] Update Carnot-Specs --- content/roadmap/consensus/candidates/carnot/Carnot-Specs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) + } }