hashrate is a number not a string
This commit is contained in:
@@ -140,7 +140,7 @@ export interface SinglePoolStats {
|
||||
emptyBlocks: number;
|
||||
rank: number;
|
||||
share: number;
|
||||
lastEstimatedHashrate: string;
|
||||
lastEstimatedHashrate: number;
|
||||
emptyBlockRatio: string;
|
||||
logo: string;
|
||||
slug: string;
|
||||
|
||||
Reference in New Issue
Block a user