Fixed incorrect hash for stale shares

This commit is contained in:
SChernykh
2025-06-27 07:44:58 +02:00
parent 34820e617f
commit 436b39c6b1

View File

@@ -274,6 +274,8 @@ void MergeMiningClientTari::on_external_block(const PoolBlock& block)
}
else {
LOGINFO(4, "External aux job solution found, but it's stale");
chain_params.aux_hash = data;
chain_params.aux_diff = diff;
}
}