Fixed regression.
This commit is contained in:
parent
f9e653ea9f
commit
23c51c9a11
@ -142,7 +142,7 @@ void xmrig::Network::onConfigChanged(Config *config, Config *previousConfig)
|
|||||||
config->pools().print();
|
config->pools().print();
|
||||||
|
|
||||||
delete m_strategy;
|
delete m_strategy;
|
||||||
m_strategy = config->pools().createStrategy(this);
|
m_strategy = config->pools().createStrategy(m_state);
|
||||||
connect();
|
connect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user