aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-03-12 17:52:58 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-03-16 14:29:06 +0300
commit19fcc74912b48791665ea0e81c9ded91180ab6c5 (patch)
tree661894a61e8673d5fd76cb6e9f5a960e021ac186 /src/wallet/wallet2_api.h
parentWalletManager::recoveryWallet implemented (diff)
downloadmonero-19fcc74912b48791665ea0e81c9ded91180ab6c5.tar.xz
Wallet::address implemented
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 d8a0e8419..7a22a88de 100644
--- a/src/wallet/wallet2_api.h
+++ b/src/wallet/wallet2_api.h
@@ -65,6 +65,7 @@ struct Wallet
//! in case error status, returns error string
virtual std::string errorString() const = 0;
virtual bool setPassword(const std::string &password) = 0;
+ virtual std::string address() const = 0;
};
/**