diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-03-25 17:06:30 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-23 15:49:07 +0300 |
commit | 8df820b301520074dc92f9de91f715ca38010267 (patch) | |
tree | d8e5f75df663e6a3da4ed53e6531b28ce08913b5 /src/wallet/wallet2.h | |
parent | wallet2::store() implemented within wallet2::store_to (diff) | |
download | monero-8df820b301520074dc92f9de91f715ca38010267.tar.xz |
- testnet option added to api;
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index c2d387acd..6763fbee9 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -382,6 +382,7 @@ namespace tools void set_tx_note(const crypto::hash &txid, const std::string ¬e); std::string get_tx_note(const crypto::hash &txid) const; + std::string get_daemon_address() const; private: /*! * \brief Stores wallet information to wallet file. |