diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-26 14:19:57 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-26 14:19:57 +0000 |
commit | 657a70e004a6066993ab18cee3fc343a65d82b8a (patch) | |
tree | 8d831280c48fdfaca061b8b3d3e6199be8b0fbe5 /src/wallet/wallet2.h | |
parent | Merge pull request #1372 (diff) | |
download | monero-657a70e004a6066993ab18cee3fc343a65d82b8a.tar.xz |
wallet: add a getter for the filename path
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index b6d3250b2..273799304 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -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 */ |