Merge remote-tracking branch 'origin/master' into mononaut/rust-gbt

This commit is contained in:
junderw
2023-07-05 08:39:48 -07:00
15 changed files with 184 additions and 74 deletions

View File

@@ -106,6 +106,7 @@ class Mining {
emptyBlocks: emptyBlocksCount.length > 0 ? emptyBlocksCount[0]['count'] : 0,
slug: poolInfo.slug,
avgMatchRate: poolInfo.avgMatchRate !== null ? Math.round(100 * poolInfo.avgMatchRate) / 100 : null,
avgFeeDelta: poolInfo.avgFeeDelta,
};
poolsStats.push(poolStat);
});