diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-06-15 16:10:08 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-06-15 17:36:08 -0400 |
commit | 25a655794a0c495332dadedd88b87d694c1077c2 (patch) | |
tree | fcab4b1e55e2d8018b125a83944579a702963094 /src/wallet/db.h | |
parent | f6fc5f3849bac48dfccd015bec7089cb711d0667 (diff) |
walletdb: move IsWalletLoaded to walletdb.cpp
Diffstat (limited to 'src/wallet/db.h')
-rw-r--r-- | src/wallet/db.h | 1 |
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); |