mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-23 01:00:31 +00:00
non-critical bugfix in the TLA+ spec (found by new version of apalache) (#244)
This commit is contained in:
@@ -332,7 +332,7 @@ OnQuorumOfNilPrevotes(p) ==
|
||||
/\ Cardinality(PV) >= THRESHOLD2 \* line 36
|
||||
/\ evidence' = PV \union evidence
|
||||
/\ BroadcastPrecommit(p, round[p], Id(NilValue))
|
||||
/\ step' = [step EXCEPT ![p] = "PREVOTE"]
|
||||
/\ step' = [step EXCEPT ![p] = "PRECOMMIT"]
|
||||
/\ UNCHANGED <<round, lockedValue, lockedRound, validValue,
|
||||
validRound, decision, msgsPropose, msgsPrevote>>
|
||||
/\ action' = "OnQuorumOfNilPrevotes"
|
||||
|
||||
Reference in New Issue
Block a user