diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index 6b55361c07d..292f831ac39 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -264,10 +264,6 @@ public: DBErrors ZapSelectTx(std::vector& vHashIn, std::vector& vHashOut); /* Function to determine if a certain KV/key-type is a key (cryptographical key) type */ static bool IsKeyType(const std::string& strType); - /* 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, bilingual_str& errorStr); //! write the hdchain model (external chain child index counter) bool WriteHDChain(const CHDChain& chain);