Skip to content

Commit

Permalink
Code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
wkolowski committed Dec 13, 2023
1 parent d946b81 commit 0797ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Core/Equivocation/TraceWiseEquivocation.v
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Lemma elem_of_equivocating_senders_in_trace
: v ∈ equivocating_senders_in_trace tr <->
exists (m : message),
(sender m = Some v) /\
equivocation_in_trace (pre_loaded_with_all_messages_vlsm (free_composite_vlsm IM)) m tr.
equivocation_in_trace (free_composite_vlsm IM) m tr.
Proof.
unfold equivocating_senders_in_trace.
rewrite elem_of_remove_dups, elem_of_list_omap.
Expand Down

0 comments on commit 0797ced

Please sign in to comment.