mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Remove reindex special case from the progress bar label
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user