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
+1
View File
@@ -64,6 +64,7 @@ public:
bool setPassword(const std::string &password);
std::string address() const;
std::string integratedAddress(const std::string &payment_id) const;
std::string path() const;
bool store(const std::string &path);
std::string filename() const;
std::string keysFilename() const;