wallet: add a getter for the filename path

This commit is contained in:
moneromooo-monero
2016-11-26 14:19:57 +00:00
parent c36cb54340
commit 657a70e004
5 changed files with 14 additions and 0 deletions

View File

@@ -332,6 +332,8 @@ namespace tools
*/
void store_to(const std::string &path, const std::string &password);
std::string path() const;
/*!
* \brief verifies given password is correct for default wallet keys file
*/