diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:02:40 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:02:40 +0200 |
commit | 3d533d10379156b557bcc387d9d736ef076433d1 (patch) | |
tree | 61989b6652ede908c128e4c13e35acbb206fb574 /src/wallet/wallet2.h | |
parent | Merge pull request #1379 (diff) | |
parent | wallet: add a getter for the filename path (diff) | |
download | monero-3d533d10379156b557bcc387d9d736ef076433d1.tar.xz |
Merge pull request #1380
657a70e0 wallet: add a getter for the filename path (moneromooo-monero)
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 1c8b9f858..f62a0f15b 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 */ |