aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet_manager.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-06-03 14:52:58 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-06-23 16:01:41 +0300
commit8390bfa770e6606594b9feb5afb0d0ab0e6453aa (patch)
tree51810cfded2bd96332dd260e215ea4f6d38f8b4f /src/wallet/api/wallet_manager.h
parentscripts for faster test wallets generation (diff)
downloadmonero-8390bfa770e6606594b9feb5afb0d0ab0e6453aa.tar.xz
Wallet API : WalletManager::findWallets() added
Diffstat (limited to 'src/wallet/api/wallet_manager.h')
-rw-r--r--src/wallet/api/wallet_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet_manager.h b/src/wallet/api/wallet_manager.h
index d608eb7f0..7585c1af7 100644
--- a/src/wallet/api/wallet_manager.h
+++ b/src/wallet/api/wallet_manager.h
@@ -43,6 +43,7 @@ public:
virtual Wallet * recoveryWallet(const std::string &path, const std::string &memo, bool testnet);
virtual bool closeWallet(Wallet *wallet);
bool walletExists(const std::string &path);
+ std::vector<std::string> findWallets(const std::string &path);
std::string errorString() const;
void setDaemonHost(const std::string &hostname);