diff --git a/tla/consensus/ccfraft.tla b/tla/consensus/ccfraft.tla index a69382e809f2..6b03b3a76e21 100644 --- a/tla/consensus/ccfraft.tla +++ b/tla/consensus/ccfraft.tla @@ -553,6 +553,7 @@ AppendEntries(i, j) == \* No messages to itself and sender is primary /\ state[i] = Leader /\ i /= j + /\ j \in GetServerSet(i) \* AppendEntries must be sent for historical entries, unless \* snapshots are used. Whether the node is in configuration at \* that index makes no difference.