Remove reindex special case from the progress bar label

This commit is contained in:
MarcoFalke
2023-01-17 16:46:33 +01:00
parent 5a80086ec2
commit faff2ba4f8
5 changed files with 10 additions and 23 deletions

View File

@@ -32,9 +32,8 @@ QT_END_NAMESPACE
enum class BlockSource {
NONE,
REINDEX,
DISK,
NETWORK
NETWORK,
};
enum class SyncType {
@@ -72,8 +71,8 @@ public:
int getHeaderTipHeight() const;
int64_t getHeaderTipTime() const;
//! Returns enum BlockSource of the current importing/syncing state
enum BlockSource getBlockSource() const;
//! Returns the block source of the current importing/syncing state
BlockSource getBlockSource() const;
//! Return warnings to be displayed in status bar
QString getStatusBarWarnings() const;