Skip to content

Commit dbcc7d2

Browse files
committed
Merge pull request #10162
48252dd add getter for daemon proxy (woodser)
2 parents afb0ae8 + 48252dd commit dbcc7d2

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
@@ -1559,6 +1559,7 @@ namespace tools
15591559
std::string get_keys_file() const;
15601560
std::string get_daemon_address() const;
15611561
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; }
15621563
uint64_t get_daemon_blockchain_height(std::string& err);
15631564
uint64_t get_daemon_blockchain_target_height(std::string& err);
15641565
uint64_t get_daemon_adjusted_time();

0 commit comments

Comments
 (0)