aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-12-04 22:02:40 +0200
committerRiccardo Spagni <ric@spagni.net>2016-12-04 22:02:40 +0200
commit3d533d10379156b557bcc387d9d736ef076433d1 (patch)
tree61989b6652ede908c128e4c13e35acbb206fb574 /src/wallet/wallet2.h
parentMerge pull request #1379 (diff)
parentwallet: add a getter for the filename path (diff)
downloadmonero-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.h2
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
*/