store is optional during close and defaults to true; except during descruction

This commit is contained in:
m2049r
2017-09-23 00:52:09 +02:00
parent 1f9058187c
commit 6ee1116d75
5 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public:
const std::string &addressString,
const std::string &viewKeyString,
const std::string &spendKeyString = "");
virtual bool closeWallet(Wallet *wallet);
virtual bool closeWallet(Wallet *wallet, bool store = true);
bool walletExists(const std::string &path);
bool verifyWalletPassword(const std::string &keys_file_name, const std::string &password, bool watch_only) const;
std::vector<std::string> findWallets(const std::string &path);