Page MenuHomePhabricator

Remove reindex special case from the progress bar label
ClosedPublic

Authored by PiRK on Wed, Apr 17, 19:53.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC4990f9bed2bd: Remove reindex special case from the progress bar label
Summary

This is a minor change in the status bar message when starting bitcoin-qt with the reindex flag.

The user knows which option they passed to the program, so it seems overly verbose to offer the user feedback whether or not they passed -reindex. Treat it as DISK, like all other cases that are treated as DISK:
-reindex-chainstate
-loadblock

This is a backport of core-gui#697

Depends on D16004

Test Plan

ninja all check-all

src/qt/bitcoin-qt -reindex -regtest

Diff Detail

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