Skip to content

Commit

Permalink
bitfinex2 removed excessive loadMarkets from fetchMyTrades
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor authored Feb 28, 2019
1 parent a1f9cfb commit 37a3551
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/bitfinex2.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ module.exports = class bitfinex2 extends bitfinex {
request['start'] = since;
let response = undefined;
if (symbol) {
await this.loadMarkets ();
let market = this.market (symbol);
request['symbol'] = market['id'];
response = await this.privatePostAuthRTradesSymbolHist (this.extend (request, params));
Expand Down

0 comments on commit 37a3551

Please sign in to comment.