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 7f78be2 commit 28d264eCopy full SHA for 28d264e
mytoncore/functions.py
@@ -518,7 +518,7 @@ def Complaints(local, ton):
518
def Slashing(local, ton):
519
is_slashing = local.db.get("isSlashing")
520
is_validator = ton.using_validator()
521
- if is_slashing is not True or is_validator:
+ if is_slashing is not True or not is_validator:
522
return
523
524
# Creating complaints
0 commit comments