mirror of
https://github.com/mempool/mempool.git
synced 2025-04-25 07:51:40 +02:00
Use the latest timestamp in hashrate data ticker
This commit is contained in:
parent
2a170c07d1
commit
3d1a10cdfc
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user