Wallet API : WalletManager::findWallets() added

This commit is contained in:
Ilya Kitaev
2016-06-03 14:52:58 +03:00
parent ec949c383c
commit 2facbe77e4
8 changed files with 86 additions and 19 deletions

View File

@@ -219,7 +219,7 @@ namespace tools
void store();
/*!
* \brief store_to - stores wallet to another file(s), deleting old ones
* \param path - path to the wallet file (keys and address filenames will be generated based on this filename)
* \param path - path to the wallet file (withkeys and address filenames will be generated based on this filename)
* \param password - password to protect new wallet (TODO: probably better save the password in the wallet object?)
*/
void store_to(const std::string &path, const std::string &password);