File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
#include < index/base.h>
13
13
#include < util/hasher.h>
14
14
15
+ static const char * const DEFAULT_BLOCKFILTERINDEX = " 0" ;
16
+
15
17
/* * Interval between compact filter checkpoints. See BIP 157. */
16
18
static constexpr int CFCHECKPT_INTERVAL = 1000 ;
17
19
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ static const int MAX_SCRIPTCHECK_THREADS = 15;
65
65
static const int DEFAULT_SCRIPTCHECK_THREADS = 0 ;
66
66
static const int64_t DEFAULT_MAX_TIP_AGE = 24 * 60 * 60 ;
67
67
static const bool DEFAULT_CHECKPOINTS_ENABLED = true ;
68
- static const char * const DEFAULT_BLOCKFILTERINDEX = " 0" ;
69
68
/* * Default for -stopatheight */
70
69
static const int DEFAULT_STOPATHEIGHT = 0 ;
71
70
/* * Block files containing a block-height within MIN_BLOCKS_TO_KEEP of ActiveChain().Tip() will not be pruned. */
You can’t perform that action at this time.
0 commit comments