aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-06-12 10:55:20 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-06-13 01:09:15 +0100
commitccf1f6ea24905876f35e685204cb2293cf083e97 (patch)
tree046963a42ec15b556ca6cde26a78998802c9e180 /src/wallet/wallet.h
parentf154071ec81760ffdb552d5768243a62e1e9eceb (diff)
downloadbitcoin-ccf1f6ea24905876f35e685204cb2293cf083e97.tar.xz
refactor: Drop ::HasWallets()
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 67331dc3be..cf000b0b70 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -51,7 +51,6 @@ void UnloadWallet(std::shared_ptr<CWallet>&& wallet);
bool AddWallet(const std::shared_ptr<CWallet>& wallet);
bool RemoveWallet(const std::shared_ptr<CWallet>& wallet);
-bool HasWallets();
std::vector<std::shared_ptr<CWallet>> GetWallets();
std::shared_ptr<CWallet> GetWallet(const std::string& name);
std::shared_ptr<CWallet> LoadWallet(interfaces::Chain& chain, const WalletLocation& location, bilingual_str& error, std::vector<bilingual_str>& warnings);