diff --git a/content/roadmap/consensus/candidates/carnot/Carnot-Specs b/content/roadmap/consensus/candidates/carnot/Carnot-Specs index 21769dfbe..23e86448f 100644 --- a/content/roadmap/consensus/candidates/carnot/Carnot-Specs +++ b/content/roadmap/consensus/candidates/carnot/Carnot-Specs @@ -119,7 +119,12 @@ Utilities: if memberOfLeafCommittee(){ send(vote, parentCommittee) reset() tryToCommitGrandParent(block) - } + } + if onlyOneCommittee(){ + send(vote, leader(view+1)) + reset() + tryToCommitGrandParent(block) + } } @@ -153,7 +158,12 @@ Utilities: } - if + + + if nodeIndx==leader(view){ + + + } }