Merge branch 'master' into nymkappa/bugfix/fast-forward-re-org

This commit is contained in:
wiz
2022-04-24 05:54:42 +00:00
committed by GitHub
42 changed files with 852 additions and 241 deletions

View File

@@ -102,7 +102,7 @@ class HashratesRepository {
/**
* Returns a pool hashrate history
*/
public async $getPoolWeeklyHashrate(slug: string): Promise<any[]> {
public async $getPoolWeeklyHashrate(slug: string): Promise<any[]> {
const pool = await PoolsRepository.$getPool(slug);
if (!pool) {
throw new Error(`This mining pool does not exist`);