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 c4ae5fe2e5
commit 81c5fe9fe2
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E

View File

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