Merge pull request #3405 from mempool/nymkappa/pool-health

Show block health in pool block list
This commit is contained in:
softsimon
2023-03-18 18:48:10 +09:00
committed by GitHub
7 changed files with 151 additions and 92 deletions

View File

@@ -107,8 +107,8 @@ export interface PoolStat {
'1w': number,
};
estimatedHashrate: number;
reportedHashrate: number;
luck?: number;
avgBlockHealth: number;
totalReward: number;
}
export interface BlockExtension {