Skip to content

Commit

Permalink
fix ccxt#192 cryptopia parseOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Sep 12, 2017
1 parent 25cd509 commit 9cf3498
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ccxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -9379,8 +9379,6 @@ var cryptopia = {
},

parseOrder (order, market = undefined) {
let description = order['descr'];
market = this.markets_by_id[description['pair']];
let symbol = undefined;
if (market) {
symbol = market['symbol'];
Expand Down

0 comments on commit 9cf3498

Please sign in to comment.