Skip to content

Commit f594035

Browse files
committed
fix validator_slashed alert timeout
1 parent 4569a2e commit f594035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/alert_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def init_alerts():
8484
"high",
8585
"Validator has been slashed in the previous validation round",
8686
"Validator has been slashed in previous round for {amount} TON",
87-
FREEZE_PERIOD
87+
VALIDATION_PERIOD
8888
),
8989
"stake_not_accepted": Alert(
9090
"high",

0 commit comments

Comments
 (0)