From facec1c643105d0ae74b5d32cf33d593f9e82a36 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 6 Oct 2019 17:52:05 -0400 Subject: wallet: Avoid showing GUI popups on RPC errors --- src/wallet/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/db.h') diff --git a/src/wallet/db.h b/src/wallet/db.h index 94f41eaf16..2204a97fed 100644 --- a/src/wallet/db.h +++ b/src/wallet/db.h @@ -246,7 +246,7 @@ public: /* verifies the database environment */ static bool VerifyEnvironment(const fs::path& file_path, std::string& errorStr); /* verifies the database file */ - static bool VerifyDatabaseFile(const fs::path& file_path, std::string& warningStr, std::string& errorStr, BerkeleyEnvironment::recoverFunc_type recoverFunc); + static bool VerifyDatabaseFile(const fs::path& file_path, std::vector& warnings, std::string& errorStr, BerkeleyEnvironment::recoverFunc_type recoverFunc); template bool Read(const K& key, T& value) -- cgit v1.2.3