#607 Fixed donation bug.

This commit is contained in:
XMRig
2018-05-07 02:09:25 +07:00
parent 0075c1f436
commit a598066317
3 changed files with 7 additions and 3 deletions

View File

@@ -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) {