Skip to content

Commit

Permalink
Update nicehash.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manustars authored Oct 7, 2024
1 parent bd6ea62 commit c0729ef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nicehash.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,6 @@ class NiceHashClient {
return this.getRequestPromise('GET', '/main/api/v2/accounting/hashpowerEarnings/'+currency, params)
}

//getMiningRigs(page = 0, size = 25) {
//const params = {
// page: page,
// size: size
//};
//return this.getRequestPromise('GET', '/main/api/v2/mining/rigs2', params);
//}
getMiningRigs() {
return this.getRequestPromise('GET', '/main/api/v2/mining/rigs2', {})
}
Expand Down

0 comments on commit c0729ef

Please sign in to comment.