Skip to content

Commit d6cf9df

Browse files
committed
upd warning
1 parent 245ad22 commit d6cf9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def check_efficiency(self, args):
7575
end_time = timestamp2utcdatetime(int(get_timestamp()))
7676
if not validator.is_masterchain and efficiency < 90:
7777
print("Your validator index is greater than 100.")
78-
print("Efficiency until the validation round is complete may be inaccurate and not displayed.")
78+
print("Efficiency while the validation round is active may be inaccurate and not displayed.")
7979
else:
8080
color_print(f"Current round efficiency: {color_efficiency} {{yellow}}({created} blocks created / {expected} blocks expected){{endc}}")
8181
color_print(f"Current round time: {{green}}from {start_time} to {end_time}{{endc}}")

0 commit comments

Comments
 (0)