aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2020-04-21 21:14:11 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2020-11-19 03:31:12 +0000
commite2dcd957fa206a28404ff824fb764b8889705fb2 (patch)
treef6feb981eef3ca8344bb0314575de3c029749237 /src/qt/intro.h
parentf2e5a6b54fa38b10d822609939b8108bd8fe041b (diff)
downloadbitcoin-e2dcd957fa206a28404ff824fb764b8889705fb2.tar.xz
GUI/Intro: Rework UI flow to let the user set prune size in GBs
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r--src/qt/intro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/intro.h b/src/qt/intro.h
index bf7dad6ffb..88fe2b722d 100644
--- a/src/qt/intro.h
+++ b/src/qt/intro.h
@@ -73,7 +73,7 @@ private:
//! Total required space (in GB) depending on user choice (prune or not prune).
int64_t m_required_space_gb{0};
uint64_t m_bytes_available{0};
- const int64_t m_prune_target_gb;
+ int64_t m_prune_target_gb;
void startThread();
void checkPath(const QString &dataDir);