Page MenuHomePhabricator

Replace ... single char with 3 dots
ClosedPublic

Authored by Fabien on Oct 12 2023, 15:08.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABCcee3a19c7188: Replace ... single char with 3 dots
Summary

This isn't an ascii char and it doesn't print good on all the terminals. The replacement doesn't even increase the binary size due to the encoding.
It is maintained as is in the RPC console though as it displays a bit nicer, and this is a controlled environment.

Test Plan
ninja all check-all

Grep for the char and see it has been removed everywhere it needs to be.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable