aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-11-26 14:19:57 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-11-26 14:19:57 +0000
commit657a70e004a6066993ab18cee3fc343a65d82b8a (patch)
tree8d831280c48fdfaca061b8b3d3e6199be8b0fbe5 /src/wallet/wallet2_api.h
parentMerge pull request #1372 (diff)
downloadmonero-657a70e004a6066993ab18cee3fc343a65d82b8a.tar.xz
wallet: add a getter for the filename path
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r--src/wallet/wallet2_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h
index e624ffa69..cc6c5a337 100644
--- a/src/wallet/wallet2_api.h
+++ b/src/wallet/wallet2_api.h
@@ -195,6 +195,7 @@ struct Wallet
virtual std::string errorString() const = 0;
virtual bool setPassword(const std::string &password) = 0;
virtual std::string address() const = 0;
+ virtual std::string path() const = 0;
/*!
* \brief integratedAddress - returns integrated address for current wallet address and given payment_id.