Generate daily average hashrate data

This commit is contained in:
nymkappa
2022-02-19 20:45:02 +09:00
parent b93fe2ecc8
commit 5a6f9269b1
7 changed files with 156 additions and 8 deletions

View File

@@ -170,10 +170,7 @@ class Blocks {
* Index all blocks metadata for the mining dashboard
*/
public async $generateBlockDatabase() {
if (this.blockIndexingStarted === true ||
!Common.indexingEnabled() ||
memPool.hasPriority()
) {
if (this.blockIndexingStarted) {
return;
}