Skip to content

Commit

Permalink
multiline comment split in hitbtc2.js ccxt#1015
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Dec 30, 2017
1 parent 4bf8acd commit f12128d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/hitbtc2.js
Original file line number Diff line number Diff line change
Expand Up @@ -954,9 +954,9 @@ module.exports = class hitbtc2 extends hitbtc {
}

async fetchOrderTrades (id, symbol = undefined, params = {}) {
/* The id needed here is the exchange's id, and not the clientOrderID, which is
* the id that is stored in the unified api order id. In order the get the exchange's id,
* you need to grab it from order['info']['id'] */
// The id needed here is the exchange's id, and not the clientOrderID, which is
// the id that is stored in the unified api order id. In order the get the exchange's id,
// you need to grab it from order['info']['id']
await this.loadMarkets ();
let trades = await this.privateGetHistoryOrderIdTrades (this.extend ({
'id': id,
Expand Down

0 comments on commit f12128d

Please sign in to comment.