diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2020-01-24 18:58:47 +0100 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2021-04-19 20:28:48 +0200 |
commit | 3c914d58ff323255b32e717d0ce28209ec0abdaa (patch) | |
tree | 34187e016ca1869013b06f76027cbdd624263e45 /src/validation.h | |
parent | dd58a4de21469d6d848ae309edc47f558628221d (diff) |
index: Coinstats index can be activated with command line flag
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/validation.h b/src/validation.h index de121ab46a..9a4b65ece6 100644 --- a/src/validation.h +++ b/src/validation.h @@ -79,6 +79,7 @@ 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 bool DEFAULT_TXINDEX = false; +static constexpr bool DEFAULT_COINSTATSINDEX{false}; static const char* const DEFAULT_BLOCKFILTERINDEX = "0"; /** Default for -persistmempool */ static const bool DEFAULT_PERSIST_MEMPOOL = true; |