We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfc1e6 commit c87d569Copy full SHA for c87d569
src/index/coinstatsindex.h
@@ -14,6 +14,8 @@ namespace kernel {
14
struct CCoinsStats;
15
}
16
17
+static constexpr bool DEFAULT_COINSTATSINDEX{false};
18
+
19
/**
20
* CoinStatsIndex maintains statistics on the UTXO set.
21
*/
src/validation.h
@@ -65,7 +65,6 @@ static const int MAX_SCRIPTCHECK_THREADS = 15;
65
static const int DEFAULT_SCRIPTCHECK_THREADS = 0;
66
static const int64_t DEFAULT_MAX_TIP_AGE = 24 * 60 * 60;
67
static const bool DEFAULT_CHECKPOINTS_ENABLED = true;
68
-static constexpr bool DEFAULT_COINSTATSINDEX{false};
69
static const char* const DEFAULT_BLOCKFILTERINDEX = "0";
70
/** Default for -stopatheight */
71
static const int DEFAULT_STOPATHEIGHT = 0;
0 commit comments