mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-07 22:49:32 +00:00
fix: if XvB target is 0H/s and average 24H is 0H/s, HR is sent to XvB
This commit is contained in:
parent
46bb518f00
commit
ddd8f404af
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ impl<'a> Algorithm<'a> {
|
|||
}
|
||||
// add external to target to have the real total target
|
||||
let is_criteria_fulfilled = self.stats.xvb_24h_avg
|
||||
> self.stats.target_donation_hashrate + self.stats.xvb_external_hashrate;
|
||||
>= self.stats.target_donation_hashrate + self.stats.xvb_external_hashrate;
|
||||
info!(
|
||||
"Algorithm | xvb_24h_avg({}) > target_donation_hashrate({}) : {}",
|
||||
self.stats.xvb_24h_avg,
|
||||
|
|
Loading…
Reference in a new issue