Skip to content

Commit

Permalink
fix huobipro limits
Browse files Browse the repository at this point in the history
  • Loading branch information
apporc committed Apr 27, 2018
1 parent 5de87eb commit 4afc531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/huobipro.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module.exports = class huobipro extends Exchange {
let keys = Object.keys (limits);
for (let i = 0; i < keys.length; i++) {
let symbol = keys[i];
this.markets[symbol] = this.extend (this.markets[symbol], {
this.markets[symbol] = this.deepExtend (this.markets[symbol], {
'limits': limits[symbol],
});
}
Expand Down

0 comments on commit 4afc531

Please sign in to comment.