Skip to content

Commit e87eecf

Browse files
committed
add getter for daemon proxy
1 parent d32b5bf commit e87eecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/wallet2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,7 @@ namespace tools
15471547
std::string get_keys_file() const;
15481548
std::string get_daemon_address() const;
15491549
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; }
15501551
uint64_t get_daemon_blockchain_height(std::string& err);
15511552
uint64_t get_daemon_blockchain_target_height(std::string& err);
15521553
uint64_t get_daemon_adjusted_time();

0 commit comments

Comments
 (0)