Skip to content

Commit 3fc2063

Browse files
DrahtBotMarcoFalke
authored andcommitted
qt: Set BLOCK_CHAIN_SIZE = 220
1 parent 2b6a2f4 commit 3fc2063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/intro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
static const uint64_t GB_BYTES = 1000000000LL;
2525
/* Minimum free space (in GB) needed for data directory */
26-
static const uint64_t BLOCK_CHAIN_SIZE = 200;
26+
constexpr uint64_t BLOCK_CHAIN_SIZE = 220;
2727
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */
2828
static const uint64_t CHAIN_STATE_SIZE = 3;
2929
/* Total required space (in GB) depending on user choice (prune, not prune) */

0 commit comments

Comments
 (0)