Skip to content

Commit

Permalink
Merge branch 'main' into trace_after_too
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Oct 31, 2023
2 parents d0bac95 + 6fe397f commit 9a99b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tla/consensus/Traceccfraft.tla
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ IsRcvProposeVoteRequest ==
j == logline.msg.to_node_id
IN /\ \E m \in Network!Messages':
/\ m.type = ProposeVoteRequest
/\ RcvProposeVoteRequest(i, j)
/\ m.type = RaftMsgType[logline.msg.packet.msg]
/\ m.term = logline.msg.packet.term
\* There is now one more message of this type.
Expand Down

0 comments on commit 9a99b03

Please sign in to comment.