aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/bdb.h
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-07-16 13:19:37 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-07-22 23:30:19 -0400
commit65fb8807ac402d1e924fd85969b5837c192bf59f (patch)
tree72f74723735ad8997103cc664cdc98ed6529d3d5 /src/wallet/bdb.h
parent9d4b3d86b694ac6e56495e1955f6bf5ff584cbb9 (diff)
downloadbitcoin-65fb8807ac402d1e924fd85969b5837c192bf59f.tar.xz
Combine BerkeleyEnvironment::Verify into BerkeleyDatabase::Verify
Diffstat (limited to 'src/wallet/bdb.h')
-rw-r--r--src/wallet/bdb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/bdb.h b/src/wallet/bdb.h
index ef3b81d4d6..3068a75c5d 100644
--- a/src/wallet/bdb.h
+++ b/src/wallet/bdb.h
@@ -67,8 +67,6 @@ public:
bool IsDatabaseLoaded(const std::string& db_filename) const { return m_databases.find(db_filename) != m_databases.end(); }
fs::path Directory() const { return strPath; }
- bool Verify(const std::string& strFile);
-
bool Open(bilingual_str& error);
void Close();
void Flush(bool fShutdown);