diff options
author | fanquake <fanquake@gmail.com> | 2022-10-03 15:57:13 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-10-03 18:19:40 +0100 |
commit | 7d14577d0f9316feef3bcb5220aa3037748615d3 (patch) | |
tree | 3dd1cbb3eb0b6f05ff5248f10913a6bbd512b6eb /src/validation.h | |
parent | c87d569189992c08d932fd3bf2f9aa8ef689a398 (diff) |
refactor: move DEFAULT_BLOCKFILTERINDEX from val to blockfilterindex
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index c42f9a1c75..c882eac408 100644 --- a/src/validation.h +++ b/src/validation.h @@ -65,7 +65,6 @@ static const int MAX_SCRIPTCHECK_THREADS = 15; static const int DEFAULT_SCRIPTCHECK_THREADS = 0; static const int64_t DEFAULT_MAX_TIP_AGE = 24 * 60 * 60; static const bool DEFAULT_CHECKPOINTS_ENABLED = true; -static const char* const DEFAULT_BLOCKFILTERINDEX = "0"; /** 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. */ |