#607 Fixed donation bug.
This commit is contained in:
parent
a1c5afa383
commit
c89889cc57
3 changed files with 7 additions and 3 deletions
|
@ -68,7 +68,7 @@ DonateStrategy::DonateStrategy(int level, const char *user, xmrig::Algo algo, IS
|
|||
}
|
||||
|
||||
for (Pool &pool : m_pools) {
|
||||
pool.algorithm().setAlgo(algo);
|
||||
pool.adjust(algo);
|
||||
}
|
||||
|
||||
if (m_pools.size() > 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue