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 1212#include < index/base.h>
1313#include < util/hasher.h>
1414
15+ static const char * const DEFAULT_BLOCKFILTERINDEX = " 0" ;
16+
1517/* * Interval between compact filter checkpoints. See BIP 157. */
1618static constexpr int CFCHECKPT_INTERVAL = 1000 ;
1719
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ static const int MAX_SCRIPTCHECK_THREADS = 15;
6565static const int DEFAULT_SCRIPTCHECK_THREADS = 0 ;
6666static const int64_t DEFAULT_MAX_TIP_AGE = 24 * 60 * 60 ;
6767static const bool DEFAULT_CHECKPOINTS_ENABLED = true ;
68- static const char * const DEFAULT_BLOCKFILTERINDEX = " 0" ;
6968/* * Default for -stopatheight */
7069static const int DEFAULT_STOPATHEIGHT = 0 ;
7170/* * 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