[mining] send pool unique id in /pools API

This commit is contained in:
nymkappa
2023-07-31 11:06:52 +09:00
parent f8faccd502
commit d236d89717
4 changed files with 5 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ class Mining {
slug: poolInfo.slug,
avgMatchRate: poolInfo.avgMatchRate !== null ? Math.round(100 * poolInfo.avgMatchRate) / 100 : null,
avgFeeDelta: poolInfo.avgFeeDelta,
poolUniqueId: poolInfo.poolUniqueId
};
poolsStats.push(poolStat);
});