Skip to content

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) (DeviaVir#1256)
  • Loading branch information
aquamanjl authored and Heerpa committed Feb 4, 2018
1 parent 018934a commit 06dad44
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 06dad44

Please sign in to comment.