I noticed while backporting core#16432 that there are some leftover instances of BCH in default values for widgets.
Details
Details
- Reviewers
majcosta - Group Reviewers
Restricted Project - Commits
- rABC37eac8110a16: qt: change BCH to XEC in QLabel's default text
I don't know how to test this, those values are probably reinitialized in the code before the widgets are even visible, else we would have noticed the wrong "BCH" unit in the past.
I just compiled and ran bitcoin-qt to make sure everything works and looks normal.
Check that there aren't any occurences of BCH left:
grep BCH src/qt/forms/*.ui
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable