mirror of
https://github.com/monero-project/monero.git
synced 2026-01-24 21:34:29 +01:00
wallet2_api: implement runtime proxy configuration
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user