refactor: move DEFAULT_COINSTATSINDEX from validation to coinstatsindex

This commit is contained in:
fanquake
2022-10-03 15:54:49 +01:00
parent 2bfc1e6aaa
commit c87d569189
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ namespace kernel {
struct CCoinsStats;
}
static constexpr bool DEFAULT_COINSTATSINDEX{false};
/**
* CoinStatsIndex maintains statistics on the UTXO set.
*/