From 1072e23ff5615d2a3e5229ff6ee8f621907cb358 Mon Sep 17 00:00:00 2001 From: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com> Date: Wed, 12 May 2021 11:49:12 -0500 Subject: [PATCH] increase BLOCK_CHAIN_SIZE marginally (#4150) --- src/qt/intro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index 234d618dd7..c6b8758e9d 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -24,7 +24,7 @@ static const uint64_t GB_BYTES = 1000000000LL; /* Minimum free space (in GB) needed for data directory */ -static const uint64_t BLOCK_CHAIN_SIZE = 30; +static const uint64_t BLOCK_CHAIN_SIZE = 35; /* Minimum free space (in GB) needed for data directory when pruned; Does not include prune target */ static const uint64_t CHAIN_STATE_SIZE = 1; /* Total required space (in GB) depending on user choice (prune, not prune) */