Remove last trace of legacy oldestIndexedBlockTimestamp

This commit is contained in:
nymkappa
2022-05-20 10:07:57 +02:00
parent e059b9d379
commit c402422682
7 changed files with 18 additions and 31 deletions

View File

@@ -89,7 +89,6 @@ class Mining {
});
poolsStatistics['pools'] = poolsStats;
poolsStatistics['oldestIndexedBlockTimestamp'] = await BlocksRepository.$oldestBlockTimestamp();
const blockCount: number = await BlocksRepository.$blockCount(null, interval);
poolsStatistics['blockCount'] = blockCount;