mirror of
https://github.com/logos-co/roadmap.git
synced 2025-01-24 15:11:11 +00:00
Update Carnot-Specs
This commit is contained in:
parent
6bd72fcb3a
commit
71d85dcd78
@ -120,6 +120,11 @@ Utilities:
|
|||||||
reset()
|
reset()
|
||||||
tryToCommitGrandParent(block)
|
tryToCommitGrandParent(block)
|
||||||
}
|
}
|
||||||
|
if onlyOneCommittee(){
|
||||||
|
send(vote, leader(view+1))
|
||||||
|
reset()
|
||||||
|
tryToCommitGrandParent(block)
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -153,7 +158,12 @@ Utilities:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if
|
|
||||||
|
|
||||||
|
if nodeIndx==leader(view){
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user