diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-04-18 13:46:11 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-04-18 22:07:58 +0100 |
commit | 3c058fdcc8a71d17296973cb7f09e44a310df22e (patch) | |
tree | 8897fab95f0c2b94503305bef537cf412642ac18 /src/wallet/wallet.h | |
parent | 373aee26c3df233f4e0a7e806f45ac7cb5aab1e6 (diff) |
wallet: Add HasWallets
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 67f0b3adb7..dd165de825 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -34,6 +34,7 @@ bool AddWallet(CWallet* wallet); bool RemoveWallet(CWallet* wallet); +bool HasWallets(); std::vector<CWallet*> GetWallets(); CWallet* GetWallet(const std::string& name); |