From 59a6f058eddd55b6a3886bf224f66feee3c39499 Mon Sep 17 00:00:00 2001 From: Michel van Kessel Date: Mon, 21 Dec 2020 00:04:49 +0100 Subject: [PATCH] check 500 blocks --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 5bffee5a5..1f54a05cb 100644 --- a/src/main.h +++ b/src/main.h @@ -207,7 +207,7 @@ extern uint64_t nPruneTarget; /** Block files containing a block-height within MIN_BLOCKS_TO_KEEP of chainActive.Tip() will not be pruned. */ static const unsigned int MIN_BLOCKS_TO_KEEP = 500; -static const signed int DEFAULT_CHECKBLOCKS = 50; +static const signed int DEFAULT_CHECKBLOCKS = 500; static const unsigned int DEFAULT_CHECKLEVEL = 3; // Require that user allocate at least 550MB for block & undo files (blk???.dat and rev???.dat)