aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-02-25 22:08:50 +0100
committerJaquee <jaquee.monero@gmail.com>2017-02-25 22:17:35 +0100
commit531057438201c8c4f5ae860753aefeb298d8db59 (patch)
treea8aff1f247767bdd660833b9944284808c0b699b /src/wallet/wallet2_api.h
parentMerge pull request #1776 (diff)
downloadmonero-531057438201c8c4f5ae860753aefeb298d8db59.tar.xz
Wallet API: Add support for daemon rpc login
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet2_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h
index eec4f8b8f..e32d23d9f 100644
--- a/src/wallet/wallet2_api.h
+++ b/src/wallet/wallet2_api.h
@@ -340,7 +340,7 @@ struct Wallet
* \param upper_transaction_size_limit
* \return - true on success
*/
- virtual bool init(const std::string &daemon_address, uint64_t upper_transaction_size_limit) = 0;
+ virtual bool init(const std::string &daemon_address, uint64_t upper_transaction_size_limit, const std::string &daemon_username = "", const std::string &daemon_password = "") = 0;
/*!
* \brief createWatchOnly - Creates a watch only wallet