aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-07-26 13:52:48 +0200
committerMacroFake <falke.marco@gmail.com>2022-10-18 14:10:50 +0200
commitfa43188d86288fa6666307a77c106c8f069ebdbe (patch)
tree8c4f2f15e2992280db7e67ee4267d39cfd8e3bba /src/validation.h
parentcccca83099453bf0882bce4f897f77eee5836e8b (diff)
downloadbitcoin-fa43188d86288fa6666307a77c106c8f069ebdbe.tar.xz
Move ::fCheckpointsEnabled into ChainstateManager
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/validation.h b/src/validation.h
index 495618549a..da5dc89482 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -63,7 +63,6 @@ struct Params;
static const int MAX_SCRIPTCHECK_THREADS = 15;
/** -par default (number of script-checking threads, 0 = auto) */
static const int DEFAULT_SCRIPTCHECK_THREADS = 0;
-static const bool DEFAULT_CHECKPOINTS_ENABLED = true;
/** Default for -stopatheight */
static const int DEFAULT_STOPATHEIGHT = 0;
/** Block files containing a block-height within MIN_BLOCKS_TO_KEEP of ActiveChain().Tip() will not be pruned. */
@@ -97,7 +96,6 @@ extern uint256 g_best_block;
*/
extern bool g_parallel_script_checks;
extern bool fCheckBlockIndex;
-extern bool fCheckpointsEnabled;
/** Documentation for argument 'checklevel'. */
extern const std::vector<std::string> CHECKLEVEL_DOC;