We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c67a1c commit 251b127Copy full SHA for 251b127
mytonctrl/mytonctrl.py
@@ -455,7 +455,7 @@ def check_disk_usage(local, ton):
455
456
def check_sync(local, ton):
457
validator_status = ton.GetValidatorStatus()
458
- if validator_status.out_of_sync >= 20:
+ if not validator_status.is_working or validator_status.out_of_sync >= 20:
459
print_warning(local, "sync_warning")
460
#end define
461
0 commit comments