Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Fix for 400 bad request from Binance, CCXT lib update forced this cha…
Browse files Browse the repository at this point in the history
…nge (release 1.10.817) (#1256)
  • Loading branch information
aquamanjl authored and DeviaVir committed Feb 1, 2018
1 parent 54d73ec commit cdf4fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/exchanges/binance/exchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = function container (get, set, clear) {
}

var client = publicClient()
client.fetchTrades(joinProduct(opts.product_id), '','', args).then(result => {
client.fetchTrades(joinProduct(opts.product_id), '',undefined, args).then(result => {
var trades = result.map(function (trade) {
return {
trade_id: trade.id,
Expand Down

0 comments on commit cdf4fd5

Please sign in to comment.