feat: algo better output of calculation in logs

This commit is contained in:
Cyrix126 2024-11-01 01:36:33 +01:00
parent cc7301d9c3
commit 1ded27995c

View file

@ -197,7 +197,8 @@ impl<'a> Algorithm<'a> {
stats,
};
// external XvB HR is taken into account with get_target_donation_hashrate so the needed time is calculating how much time is needed from local sparable HR only
new_instance.stats.target_donation_hashrate = new_instance.get_target_donation_hashrate();
new_instance.stats.target_donation_hashrate =
new_instance.get_target_donation_hashrate().max(0.0);
new_instance.stats.needed_time_xvb = Self::get_needed_time_xvb(
new_instance.stats.target_donation_hashrate,
new_instance.stats.hashrate_xmrig,