From 41826acac73e7c85305f6c79d2dcdf628f3342b0 Mon Sep 17 00:00:00 2001 From: Brannon King Date: Wed, 19 Jun 2019 13:40:51 -0600 Subject: [PATCH] upped the default validation period --- src/validation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validation.h b/src/validation.h index 5b08f707e..ff205bd25 100644 --- a/src/validation.h +++ b/src/validation.h @@ -184,7 +184,7 @@ static const unsigned int MIN_BLOCKS_TO_KEEP = 288; /** Minimum blocks required to signal NODE_NETWORK_LIMITED */ static const unsigned int NODE_NETWORK_LIMITED_MIN_BLOCKS = 288; -static const signed int DEFAULT_CHECKBLOCKS = 6; +static const signed int DEFAULT_CHECKBLOCKS = 288 * 3; // 36 hours static const unsigned int DEFAULT_CHECKLEVEL = 3; // Require that user allocate at least 550 MiB for block & undo files (blk???.dat and rev???.dat)