Fixes post rebase

This commit is contained in:
nymkappa
2022-01-28 14:31:33 +09:00
parent 6ebbc5667d
commit 9df490373b
6 changed files with 16 additions and 31 deletions

View File

@@ -72,8 +72,6 @@ export interface PoolsStats {
pools: SinglePoolStats[];
}
export interface ITranslators { [language: string]: string; }
export interface MiningStats {
lastEstimatedHashrate: string,
blockCount: number,