Remove last trace of legacy oldestIndexedBlockTimestamp

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

View File

@@ -76,7 +76,6 @@ export interface SinglePoolStats {
export interface PoolsStats {
blockCount: number;
lastEstimatedHashrate: number;
oldestIndexedBlockTimestamp: number;
pools: SinglePoolStats[];
}