File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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." )
You can’t perform that action at this time.
0 commit comments