aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-03-25 17:06:30 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-03-25 17:06:30 +0300
commit8790904cf9ccba56a1cbab51b01f2cbb0a5cb143 (patch)
tree119b5c86a03d2ee3f02b67228400d92777f672b0 /src/wallet/wallet2.h
parentwallet2::store() implemented within wallet2::store_to (diff)
downloadmonero-8790904cf9ccba56a1cbab51b01f2cbb0a5cb143.tar.xz
- testnet option added to api;
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index f798f404d..60814b7ed 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -359,6 +359,7 @@ namespace tools
std::string get_wallet_file() const;
std::string get_keys_file() const;
+ std::string get_daemon_address() const;
private:
/*!
* \brief Stores wallet information to wallet file.