mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 00:37:46 +00:00
Fixed regression.
This commit is contained in:
parent
f9e653ea9f
commit
23c51c9a11
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ void xmrig::Network::onConfigChanged(Config *config, Config *previousConfig)
|
|||
config->pools().print();
|
||||
|
||||
delete m_strategy;
|
||||
m_strategy = config->pools().createStrategy(this);
|
||||
m_strategy = config->pools().createStrategy(m_state);
|
||||
connect();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue