mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-31 08:46:57 +00:00
fix missing space in block_sim
output (#6134)
In #5906, the `strformat` use was replaced with simply passing the parts of the string as `varargs` to `echo`. A space got lost from output as part of the transformation. Re-add it.
This commit is contained in:
parent
2dbe24c740
commit
9ad8ea0f7a
@ -490,7 +490,7 @@ cli do(slots = SLOTS_PER_EPOCH * 7,
|
||||
verifyConsensus(dag.headState, attesterRatio * blockRatio)
|
||||
|
||||
if t == tEpoch:
|
||||
echo ". slot: ", shortLog(slot), "epoch: ", shortLog(slot.epoch)
|
||||
echo ". slot: ", shortLog(slot), " epoch: ", shortLog(slot.epoch)
|
||||
else:
|
||||
try:
|
||||
write(stdout, ".")
|
||||
|
Loading…
x
Reference in New Issue
Block a user