diff options
| author | woodser <13068859+woodser@users.noreply.github.com> | 2025-10-12 08:55:11 -0400 |
|---|---|---|
| committer | woodser <13068859+woodser@users.noreply.github.com> | 2025-10-12 09:00:33 -0400 |
| commit | 48252dd6a9f21757e130dc93d9e47e650163381b (patch) | |
| tree | 03daefcef2e10a3e80964bc6c5f8b1af36cc5903 /src/wallet | |
| parent | 7c6e84466a90f6701ebe09ff8f61ea8af3883181 (diff) | |
| download | monzero-core-48252dd6a9f21757e130dc93d9e47e650163381b.tar.gz monzero-core-48252dd6a9f21757e130dc93d9e47e650163381b.tar.xz monzero-core-48252dd6a9f21757e130dc93d9e47e650163381b.zip | |
add getter for daemon proxy
Diffstat (limited to 'src/wallet')
| -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 66c244bd1..1b2ac2d30 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1559,6 +1559,7 @@ private: std::string get_keys_file() const; std::string get_daemon_address() const; const boost::optional<epee::net_utils::http::login>& get_daemon_login() const { return m_daemon_login; } + std::string get_daemon_proxy() const { return m_proxy; } uint64_t get_daemon_blockchain_height(std::string& err); uint64_t get_daemon_blockchain_target_height(std::string& err); uint64_t get_daemon_adjusted_time(); |
