diff options
| author | tobtoht <tob@featherwallet.org> | 2026-02-22 12:59:56 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-02-22 12:59:56 +0000 |
| commit | dbcc7d212c094bd1a45f7291dbb99a4b4627a96d (patch) | |
| tree | c592d864569be294d2bdca25b674cd17f78614e5 /src | |
| parent | afb0ae882232f52f7e1f9bfc9ec5763fa45e8be4 (diff) | |
| parent | 48252dd6a9f21757e130dc93d9e47e650163381b (diff) | |
| download | monzero-core-dbcc7d212c094bd1a45f7291dbb99a4b4627a96d.tar.gz monzero-core-dbcc7d212c094bd1a45f7291dbb99a4b4627a96d.tar.xz monzero-core-dbcc7d212c094bd1a45f7291dbb99a4b4627a96d.zip | |
Merge pull request #10162v0.18.4.6
48252dd add getter for daemon proxy (woodser)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 396431ae9..a765dc475 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1559,6 +1559,7 @@ private: std::string get_keys_file() const; std::string get_daemon_address() const; 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_target_height(std::string& err); uint64_t get_daemon_adjusted_time(); |
