We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e288bf3 commit e8c536dCopy full SHA for e8c536d
src/qt/intro.cpp
@@ -23,7 +23,7 @@
23
24
#include <cmath>
25
26
-static const uint64_t GB_BYTES = 22000000000LL;
+static const uint64_t GB_BYTES = 1000000000LL;
27
/* Minimum free space (in GB) needed for data directory */
28
constexpr uint64_t BLOCK_CHAIN_SIZE = 220;
29
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */
0 commit comments