mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
edge: fix pool hashrate stat overwrite
This commit is contained in:
parent
d544a042ae
commit
5f86514d91
1 changed files with 2 additions and 0 deletions
|
@ -935,6 +935,8 @@ update_pool_hr(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log_debug("Pool hashrate: %"PRIu64, hr);
|
log_debug("Pool hashrate: %"PRIu64, hr);
|
||||||
|
if (upstream_event)
|
||||||
|
return;
|
||||||
pool_stats.pool_hashrate = hr;
|
pool_stats.pool_hashrate = hr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue