Skip to content

Commit 1497b20

Browse files
committed
bugfix
1 parent cfd23bd commit 1497b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytoncore/mytoncore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,7 @@ def GetComplaintsNumber(self):
22822282
complaints = self.GetComplaints()
22832283
voted_complaints = self.GetVotedComplaints(complaints)
22842284
buff = 0
2285-
for chash, item in complaints.values():
2285+
for chash in complaints:
22862286
if chash in voted_complaints:
22872287
continue
22882288
buff += 1

0 commit comments

Comments
 (0)