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();
|
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…
Add table
Add a link
Reference in a new issue