Fixed build

This commit is contained in:
SChernykh
2025-05-16 08:01:19 +02:00
parent e9d49b2a1d
commit f9831500e4
3 changed files with 12 additions and 9 deletions

View File

@@ -212,12 +212,11 @@ void MergeMiningClientTari::on_external_block(const PoolBlock& block)
if (std::find(a, b, *data.u64()) == b) {
LOGINFO(4, "External aux job solution found, but it's for another miner");
return;
}
else {
LOGINFO(4, "External aux job solution found, but it's stale");
}
return;
}
if (!diff.check_pow(block.m_powHash)) {