Skip to content

Commit 4a45167

Browse files
authored
fix typo
1 parent 306f7b3 commit 4a45167

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
color_print(f"Current round time: {{green}}from {start_time} to {end_time}{{endc}}")
7676
if validator:
7777
if validator.is_masterchain == False:
78-
print(f"Validator index is greater than {config34['mainValidators']} in the previous round - no efficiency data.")
78+
print(f"Validator index is greater than {config34['mainValidators']} in the current round - no efficiency data.")
7979
elif (time.time() - config34.startWorkTime) / (config34.endWorkTime - config34.startWorkTime) < 0.8:
8080
print("The validation round has started recently, there is not enough data yet. "
8181
"The efficiency evaluation will become more accurate towards the end of the round.")

0 commit comments

Comments
 (0)