From a4f82c7b1296b23cb717137ed92e1414bcb86844 Mon Sep 17 00:00:00 2001 From: Bushstar Date: Tue, 30 Jul 2024 11:21:46 +0100 Subject: [PATCH] Enable snapshots by default --- src/dfi/accountshistory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfi/accountshistory.h b/src/dfi/accountshistory.h index 7f05eea524..8641da46f5 100644 --- a/src/dfi/accountshistory.h +++ b/src/dfi/accountshistory.h @@ -78,6 +78,6 @@ extern std::unique_ptr paccountHistoryDB; extern std::unique_ptr pburnHistoryDB; static constexpr bool DEFAULT_ACINDEX = true; -static constexpr bool DEFAULT_SNAPSHOT = false; +static constexpr bool DEFAULT_SNAPSHOT = true; #endif // DEFI_DFI_ACCOUNTSHISTORY_H