From de5e91c3034f320f84ee0308a3c31659635d136a Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 14 Mar 2020 08:50:56 +0200 Subject: refactor: Add BerkeleyDatabaseVersion() function --- src/wallet/db.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wallet/db.h') diff --git a/src/wallet/db.h b/src/wallet/db.h index 1bf3375475..d75aeff1b8 100644 --- a/src/wallet/db.h +++ b/src/wallet/db.h @@ -402,4 +402,6 @@ public: bool static Rewrite(BerkeleyDatabase& database, const char* pszSkip = nullptr); }; +std::string BerkeleyDatabaseVersion(); + #endif // BITCOIN_WALLET_DB_H -- cgit v1.2.3