diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-07-16 13:19:37 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-07-22 23:30:19 -0400 |
commit | 65fb8807ac402d1e924fd85969b5837c192bf59f (patch) | |
tree | 72f74723735ad8997103cc664cdc98ed6529d3d5 /src/wallet/bdb.h | |
parent | 9d4b3d86b694ac6e56495e1955f6bf5ff584cbb9 (diff) |
Combine BerkeleyEnvironment::Verify into BerkeleyDatabase::Verify
Diffstat (limited to 'src/wallet/bdb.h')
-rw-r--r-- | src/wallet/bdb.h | 2 |
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); |