Skip to content

Commit e8c536d

Browse files
rootroot
root
authored and
root
committed
remove incorrect value
1 parent e288bf3 commit e8c536d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/intro.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include <cmath>
2525

26-
static const uint64_t GB_BYTES = 22000000000LL;
26+
static const uint64_t GB_BYTES = 1000000000LL;
2727
/* Minimum free space (in GB) needed for data directory */
2828
constexpr uint64_t BLOCK_CHAIN_SIZE = 220;
2929
/* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */

0 commit comments

Comments
 (0)