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 245ad22 commit d6cf9dfCopy full SHA for d6cf9df
modules/validator.py
@@ -75,7 +75,7 @@ def check_efficiency(self, args):
75
end_time = timestamp2utcdatetime(int(get_timestamp()))
76
if not validator.is_masterchain and efficiency < 90:
77
print("Your validator index is greater than 100.")
78
- print("Efficiency until the validation round is complete may be inaccurate and not displayed.")
+ print("Efficiency while the validation round is active may be inaccurate and not displayed.")
79
else:
80
color_print(f"Current round efficiency: {color_efficiency} {{yellow}}({created} blocks created / {expected} blocks expected){{endc}}")
81
color_print(f"Current round time: {{green}}from {start_time} to {end_time}{{endc}}")
0 commit comments