hashrate is a number not a string

This commit is contained in:
Mononaut
2024-05-30 21:24:33 +00:00
parent 833418514e
commit e11ce14f81
4 changed files with 10 additions and 10 deletions

View File

@@ -140,7 +140,7 @@ export interface SinglePoolStats {
emptyBlocks: number;
rank: number;
share: number;
lastEstimatedHashrate: string;
lastEstimatedHashrate: number;
emptyBlockRatio: string;
logo: string;
slug: string;