aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/bdb.h
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-06-15 15:31:02 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-07-01 12:32:11 -0400
commitd8e9ca66d119d80acfb2bb3c8940c386ce0fc226 (patch)
treefa63b185eb471fc7725da66db2ab3c4fd2afe7da /src/wallet/bdb.h
parent91d109156d63ff81cda534bd7bec8369af0027dd (diff)
downloadbitcoin-d8e9ca66d119d80acfb2bb3c8940c386ce0fc226.tar.xz
walletdb: Move Rewrite into BerkeleyDatabase
Make Rewrite actually a member of BerkeleyDatabase instead of a static function in BerkeleyBatch
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 d15efc810f..73169abde4 100644
--- a/src/wallet/bdb.h
+++ b/src/wallet/bdb.h
@@ -287,8 +287,6 @@ public:
bool TxnBegin();
bool TxnCommit();
bool TxnAbort();
-
- bool static Rewrite(BerkeleyDatabase& database, const char* pszSkip = nullptr);
};
std::string BerkeleyDatabaseVersion();