Add difficulty adjustment in mining page + Fix pools table on mobile

This commit is contained in:
nymkappa
2022-01-17 15:34:34 +09:00
parent 091027cc79
commit b9a047b22d
9 changed files with 63 additions and 20 deletions

View File

@@ -62,6 +62,7 @@ export interface SinglePoolStats {
share: string,
lastEstimatedHashrate: string,
emptyBlockRatio: string,
logo: string,
}
export interface PoolsStats {