aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-14 08:50:56 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-05-11 20:42:55 +0300
commitde5e91c3034f320f84ee0308a3c31659635d136a (patch)
tree151f41771c6e49d8a1dfc6803f27e6c36e0ae2ce /src/wallet/db.h
parenteb2ffbb7c1347115e6a3d6fa30f909959b6170a5 (diff)
downloadbitcoin-de5e91c3034f320f84ee0308a3c31659635d136a.tar.xz
refactor: Add BerkeleyDatabaseVersion() function
Diffstat (limited to 'src/wallet/db.h')
-rw-r--r--src/wallet/db.h2
1 files changed, 2 insertions, 0 deletions
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