Skip to content

Commit

Permalink
Remove post-merge duplicate ListDeliverVote function
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jan 16, 2024
1 parent f14e28d commit 8ac3caf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions specs/quint/specs/TendermintDSL.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ run ListDeliverVote (active, voteMsg) = {
active.length().reps(i => deliverVote(active[i], voteMsg))
}

run ListDeliverVote (active, voteMsg) = {
active.length().reps(i => deliverVote(active[i], voteMsg))
}

run ListDeliverSomeProposal (active) = {
all{
assert( Faulty != Set() or
Expand Down

0 comments on commit 8ac3caf

Please sign in to comment.