mirror of
https://github.com/logos-co/roadmap.git
synced 2025-01-23 22:49:21 +00:00
Update Carnot-Specs
This commit is contained in:
parent
6bd72fcb3a
commit
71d85dcd78
@ -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){
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user