We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f536d4 commit 0e279feCopy full SHA for 0e279fe
src/wallet/walletdb.h
@@ -264,10 +264,6 @@ class WalletBatch
264
DBErrors ZapSelectTx(std::vector<uint256>& vHashIn, std::vector<uint256>& vHashOut);
265
/* Function to determine if a certain KV/key-type is a key (cryptographical key) type */
266
static bool IsKeyType(const std::string& strType);
267
- /* verifies the database environment */
268
- static bool VerifyEnvironment(const fs::path& wallet_path, bilingual_str& errorStr);
269
- /* verifies the database file */
270
- static bool VerifyDatabaseFile(const fs::path& wallet_path, bilingual_str& errorStr);
271
272
//! write the hdchain model (external chain child index counter)
273
bool WriteHDChain(const CHDChain& chain);
0 commit comments