We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32b5bf commit e87eecfCopy full SHA for e87eecf
src/wallet/wallet2.h
@@ -1547,6 +1547,7 @@ namespace tools
1547
std::string get_keys_file() const;
1548
std::string get_daemon_address() const;
1549
const boost::optional<epee::net_utils::http::login>& get_daemon_login() const { return m_daemon_login; }
1550
+ std::string get_daemon_proxy() const { return m_proxy; }
1551
uint64_t get_daemon_blockchain_height(std::string& err);
1552
uint64_t get_daemon_blockchain_target_height(std::string& err);
1553
uint64_t get_daemon_adjusted_time();
0 commit comments