From e954262233090b0fa809d29ebd1e3611188af94d Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Thu, 4 Oct 2018 00:42:28 -0700 Subject: [PATCH] Litecoin: Update blockchain size --- 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 933a367c16..66feab39a1 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 */ -constexpr uint64_t BLOCK_CHAIN_SIZE = 18; +constexpr uint64_t BLOCK_CHAIN_SIZE = 20; /* 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) */