add getter for daemon proxy

This commit is contained in:
woodser
2025-10-12 08:55:11 -04:00
parent 7c6e84466a
commit 48252dd6a9
+1
View File
@@ -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();