Use the latest timestamp in hashrate data ticker

This commit is contained in:
nymkappa 2022-03-06 16:57:40 +01:00
parent 8e5dd7b333
commit 0f1ee5f059

View File

@ -219,7 +219,7 @@ class Mining {
blockStats.lastBlockHeight); blockStats.lastBlockHeight);
hashrates.push({ hashrates.push({
hashrateTimestamp: fromTimestamp, hashrateTimestamp: toTimestamp,
avgHashrate: lastBlockHashrate, avgHashrate: lastBlockHashrate,
poolId: null, poolId: null,
share: 1, share: 1,