You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/alert_bot.py
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,12 +84,17 @@ class Alert:
84
84
"stake_returned": Alert(
85
85
"info",
86
86
"Validator's stake {stake} TON has been returned on address {address}. The reward amount is {reward} TON.",
87
-
0
87
+
60
88
88
),
89
89
"stake_not_returned": Alert(
90
90
"high",
91
91
"Validator's stake has not been returned on address {address}.",
92
-
0
92
+
60
93
+
),
94
+
"voting": Alert(
95
+
"high",
96
+
"Found proposals with hashes `{hashes}` that have significant amount of votes, but current validator didn't vote for them. Please check @tonstatus for more details.",
0 commit comments