Skip to content

Commit

Permalink
removed excessive request override
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed May 31, 2018
1 parent e4fed3b commit bdfa10d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/gatecoin.js
Expand Up @@ -606,10 +606,6 @@ module.exports = class gatecoin extends Exchange {
return { 'url': url, 'method': method, 'body': body, 'headers': headers };
}

request (path, api = 'public', method = 'GET', params = {}, headers = undefined, body = undefined) {
return this.fetch2 (path, api, method, params, headers, body);
}

async withdraw (code, amount, address, tag = undefined, params = {}) {
this.checkAddress (address);
await this.loadMarkets ();
Expand Down

0 comments on commit bdfa10d

Please sign in to comment.