aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDrahtBot <39886733+DrahtBot@users.noreply.github.com>2018-07-27 06:47:46 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-07-27 07:15:37 -0400
commit3fc20632a3ad30809356a58d2cf0ea4a4ad4cec3 (patch)
tree885a1a24d8fd297189c8ffd62f93d631f09969f1 /src
parent2b6a2f4a28792f2fe9dc1be843b1ff1ecae35e8a (diff)
downloadbitcoin-3fc20632a3ad30809356a58d2cf0ea4a4ad4cec3.tar.xz
qt: Set BLOCK_CHAIN_SIZE = 220
Diffstat (limited to 'src')
-rw-r--r--src/qt/intro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp
index 00beb0d5fb..dbba3c1b3b 100644
--- a/src/qt/intro.cpp
+++ b/src/qt/intro.cpp
@@ -23,7 +23,7 @@
static const uint64_t GB_BYTES = 1000000000LL;
/* Minimum free space (in GB) needed for data directory */
-static const uint64_t BLOCK_CHAIN_SIZE = 200;
+constexpr uint64_t BLOCK_CHAIN_SIZE = 220;
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */
static const uint64_t CHAIN_STATE_SIZE = 3;
/* Total required space (in GB) depending on user choice (prune, not prune) */