Skip to content

Commit 7e3d7b1

Browse files
cburgdorfpipermerriam
authored andcommitted
Replace unicode char with three dots (#1490)
Fixes #1489
1 parent 3baeac4 commit 7e3d7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trinity/sync/full/chain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ async def _display_stats(self) -> None:
537537
"bps=%-3d "
538538
"tps=%-4d "
539539
"elapsed=%0.1f "
540-
"head=#%d (%s\u2026%s) "
540+
"head=#%d (%s...%s) "
541541
"age=%s"
542542
),
543543
stats.num_blocks,

0 commit comments

Comments
 (0)