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.
2 parents afb0ae8 + 48252dd commit dbcc7d2Copy full SHA for dbcc7d2
src/wallet/wallet2.h
@@ -1559,6 +1559,7 @@ namespace tools
1559
std::string get_keys_file() const;
1560
std::string get_daemon_address() const;
1561
const boost::optional<epee::net_utils::http::login>& get_daemon_login() const { return m_daemon_login; }
1562
+ std::string get_daemon_proxy() const { return m_proxy; }
1563
uint64_t get_daemon_blockchain_height(std::string& err);
1564
uint64_t get_daemon_blockchain_target_height(std::string& err);
1565
uint64_t get_daemon_adjusted_time();
0 commit comments