We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fca7aa commit cfd23bdCopy full SHA for cfd23bd
mytoncore/functions.py
@@ -511,8 +511,7 @@ def Complaints(local, ton):
511
valid_complaints = ton.get_valid_complaints(complaints, election_id)
512
for c in valid_complaints.values():
513
complaint_hash = c.get("hash")
514
- if ton.complaint_is_valid(c):
515
- ton.VoteComplaint(election_id, complaint_hash)
+ ton.VoteComplaint(election_id, complaint_hash)
516
# end define
517
518
0 commit comments