diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -275,12 +275,6 @@ /* 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);