segment instead of sample

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-04-13 06:01:53 +02:00
parent fc9338df3f
commit b65f565734
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E

View File

@ -205,7 +205,7 @@ class Simulator:
self.logger.info("step %d, arrived %0.02f %%, ready %0.02f %%, validatedall %0.02f %%, , validated %0.02f %%"
% (steps, sampleProgress*100, nodeProgress*100, validatorAllProgress*100, validatorProgress*100), extra=self.format)
cnS = "samples received"
cnS = "segments received"
cnN = "nodes ready"
cnV = "validators ready"
cnT0 = "TX builder mean"