mirror of
https://github.com/mempool/mempool.git
synced 2025-04-24 23:41:24 +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);
|
||||
|
||||
hashrates.push({
|
||||
hashrateTimestamp: fromTimestamp,
|
||||
hashrateTimestamp: toTimestamp,
|
||||
avgHashrate: lastBlockHashrate,
|
||||
poolId: null,
|
||||
share: 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user