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
341
342
return
342
343
res=self.get_myself_from_election(config)
343
344
ifnotres:
@@ -356,6 +357,9 @@ def check_voting(self):
356
357
validator_index=self.ton.GetValidatorIndex()
357
358
ifvalidator_index==-1:
358
359
return
360
+
config=self.ton.GetConfig34()
361
+
iftime.time() -config['startWorkTime'] <600: # less than 10 minutes passed since round start
0 commit comments