Skip to content

Commit af30606

Browse files
committed
update stake alert
1 parent 20637b6 commit af30606

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
@@ -337,7 +337,7 @@ def check_stake_returned(self):
337337
if not self.ton.using_validator():
338338
return
339339
config = self.ton.GetConfig32()
340-
if not (config['endWorkTime'] + FREEZE_PERIOD + 1200 <= time.time() < config['endWorkTime'] + FREEZE_PERIOD + 1260): # check between 20th and 21st minutes after stakes have been unfrozen
340+
if not (config['endWorkTime'] + FREEZE_PERIOD + 1800 <= time.time() < config['endWorkTime'] + FREEZE_PERIOD + 1801): # check between 25th and 26th minutes after stakes have been unfrozen
341341
return
342342
res = self.get_myself_from_election(config)
343343
if not res:

0 commit comments

Comments
 (0)