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
ifnot (config['endWorkTime'] +FREEZE_PERIOD+1800<=time.time() <config['endWorkTime'] +FREEZE_PERIOD+1860): # check between 25th and 26th minutes after stakes have been unfrozen
341
+
ifnot (config['endWorkTime'] +FREEZE_PERIOD+1800<=time.time() <config['endWorkTime'] +FREEZE_PERIOD+1860): # check between 30th and 31st minutes after stakes have been unfrozen
342
342
return
343
343
res=self.get_myself_from_election(config)
344
344
ifnotres:
@@ -357,6 +357,9 @@ def check_voting(self):
357
357
validator_index=self.ton.GetValidatorIndex()
358
358
ifvalidator_index==-1:
359
359
return
360
+
config=self.ton.GetConfig34()
361
+
iftime.time() -config['startWorkTime'] <600: # less than 10 minutes passed since round start
0 commit comments