From c87d569189992c08d932fd3bf2f9aa8ef689a398 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 3 Oct 2022 15:54:49 +0100 Subject: refactor: move DEFAULT_COINSTATSINDEX from validation to coinstatsindex --- src/index/coinstatsindex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/index') diff --git a/src/index/coinstatsindex.h b/src/index/coinstatsindex.h index fa59cb1ab1..aa0d7f9fd5 100644 --- a/src/index/coinstatsindex.h +++ b/src/index/coinstatsindex.h @@ -14,6 +14,8 @@ namespace kernel { struct CCoinsStats; } +static constexpr bool DEFAULT_COINSTATSINDEX{false}; + /** * CoinStatsIndex maintains statistics on the UTXO set. */ -- cgit v1.2.3