diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-05-13 19:31:40 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-06-15 17:36:06 -0400 |
commit | f6fc5f3849bac48dfccd015bec7089cb711d0667 (patch) | |
tree | 87481df4e470ed3da6be5b1397d20fea7b6f9c3f /src/wallet/db.h | |
parent | c3538f435af8c408759d9d005e80b2f1690e0659 (diff) |
walletdb: Add IsBDBWalletLoaded to look for BDB wallets specifically
Diffstat (limited to 'src/wallet/db.h')
-rw-r--r-- | src/wallet/db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/db.h b/src/wallet/db.h index 5041a7f916..bc4b361c11 100644 --- a/src/wallet/db.h +++ b/src/wallet/db.h @@ -87,6 +87,7 @@ 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. */ |