check 500 blocks

This commit is contained in:
Michel van Kessel
2020-12-21 00:04:49 +01:00
parent ade5bb46e5
commit 59a6f058ed

View File

@@ -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)