Merge pull request #10161

e87eecf add getter for daemon proxy (woodser)
This commit is contained in:
tobtoht
2026-02-22 12:59:32 +00:00

View File

@@ -1547,6 +1547,7 @@ private:
std::string get_keys_file() const; std::string get_keys_file() const;
std::string get_daemon_address() const; std::string get_daemon_address() const;
const boost::optional<epee::net_utils::http::login>& get_daemon_login() const { return m_daemon_login; } 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_height(std::string& err);
uint64_t get_daemon_blockchain_target_height(std::string& err); uint64_t get_daemon_blockchain_target_height(std::string& err);
uint64_t get_daemon_adjusted_time(); uint64_t get_daemon_adjusted_time();