Index weekly mining pool hashrate only if there are blocks mined

This commit is contained in:
nymkappa
2022-07-09 22:34:18 +02:00
parent 067ee168dd
commit 07cb4a49bc
2 changed files with 19 additions and 18 deletions

View File

@@ -1,6 +1,5 @@
import { escape } from 'mysql2';
import { Common } from '../api/common';
import config from '../config';
import DB from '../database';
import logger from '../logger';
import PoolsRepository from './PoolsRepository';