From 8ebcbc85c652665b78dcfd2ad55fa67cafd42c73 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Fri, 8 May 2020 18:44:21 -0400 Subject: walletdb: don't automatically salvage when corruption is detected --- src/wallet/walletdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/walletdb.h') diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index e2bf229c68..26c7ae4360 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -274,7 +274,7 @@ public: /* verifies the database environment */ static bool VerifyEnvironment(const fs::path& wallet_path, bilingual_str& errorStr); /* verifies the database file */ - static bool VerifyDatabaseFile(const fs::path& wallet_path, std::vector& warnings, bilingual_str& errorStr); + static bool VerifyDatabaseFile(const fs::path& wallet_path, bilingual_str& errorStr); //! write the hdchain model (external chain child index counter) bool WriteHDChain(const CHDChain& chain); -- cgit v1.2.3