mirror of
https://github.com/monero-project/monero.git
synced 2025-05-19 22:10:25 -04:00
wallet2_api: implement runtime proxy configuration
This commit is contained in:
parent
5d850dde99
commit
76c16822d0
19 changed files with 212 additions and 54 deletions
|
@ -375,6 +375,10 @@ std::tuple<bool, std::string, std::string, std::string, std::string> WalletManag
|
|||
return std::make_tuple(false, "", "", "", "");
|
||||
}
|
||||
|
||||
bool WalletManagerImpl::setProxy(const std::string &address)
|
||||
{
|
||||
return m_http_client.set_proxy(address);
|
||||
}
|
||||
|
||||
///////////////////// WalletManagerFactory implementation //////////////////////
|
||||
WalletManager *WalletManagerFactory::getWalletManager()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue