Skip to content

Commit

Permalink
Tests seem fine for now. In principle we could merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
josef-widder committed Dec 6, 2023
1 parent 9a69412 commit 23034f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/Quint/decideForPastRound.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ run runToDecision = {
everyoneReceivesProposal(others, validatorList, validatorSet, 0, 0, "blue")
})

// Others receive the prevots of others and the faulty ones -> send precommit value
// Others receive the prevotes of others and the faulty ones -> send precommit value
.then(ListDeliverAllVotes ("Prevote", others.concat(faultyList), others, validatorSet, 0, 0, "blue"))
.then(others.concat(faultyList).length().reps(_ => ListTakeAStep(others)))
.then(ListTakeAStep(others))
Expand Down

0 comments on commit 23034f5

Please sign in to comment.