We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc862d commit 4c760deCopy full SHA for 4c760de
examples/cosmwasm/zero-to-hero/vote.qnt
@@ -513,5 +513,5 @@ module state {
513
// already submitted ballots in `ballots`, but `execute_vote` adjusts
514
// the sum differently based on whether such a ballot is present.]
515
val invAllBallotsPositive = query_all_polls(state).polls.listForall(poll =>
516
- poll.options.listForall(opt => opt._2 >= 0))
+ poll.options.listForall2(opt => opt._2 >= 0))
517
}
0 commit comments