aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.h
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-06-15 16:10:08 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-06-15 17:36:08 -0400
commit25a655794a0c495332dadedd88b87d694c1077c2 (patch)
treefcab4b1e55e2d8018b125a83944579a702963094 /src/wallet/db.h
parentf6fc5f3849bac48dfccd015bec7089cb711d0667 (diff)
downloadbitcoin-25a655794a0c495332dadedd88b87d694c1077c2.tar.xz
walletdb: move IsWalletLoaded to walletdb.cpp
Diffstat (limited to 'src/wallet/db.h')
-rw-r--r--src/wallet/db.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/db.h b/src/wallet/db.h
index bc4b361c11..3c7c4c1255 100644
--- a/src/wallet/db.h
+++ b/src/wallet/db.h
@@ -88,7 +88,6 @@ public:
/** Return whether a wallet database is currently loaded. */
bool IsBDBWalletLoaded(const fs::path& wallet_path);
-bool IsWalletLoaded(const fs::path& wallet_path);
/** Given a wallet directory path or legacy file path, return path to main data file in the wallet database. */
fs::path WalletDataFilePath(const fs::path& wallet_path);