mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
wallet: don't issue node rpc proxy requests in '--offline' mode
This commit is contained in:
parent
06b0441762
commit
3b41933335
1 changed files with 1 additions and 0 deletions
|
@ -5394,6 +5394,7 @@ bool wallet2::check_connection(uint32_t *version, bool *ssl, uint32_t timeout)
|
|||
void wallet2::set_offline(bool offline)
|
||||
{
|
||||
m_offline = offline;
|
||||
m_node_rpc_proxy.set_offline(offline);
|
||||
m_http_client.set_auto_connect(!offline);
|
||||
if (offline)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue