Skip to content

Commit

Permalink
coinmate PARTIALLY_FILLED reverted fix #6741
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Apr 6, 2020
1 parent 02c6351 commit 13b884a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/coinmate.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ module.exports = class coinmate extends Exchange {
const statuses = {
'FILLED': 'closed',
'CANCELLED': 'canceled',
'PARTIALLY_FILLED': 'canceled',
'OPEN': 'open',
};
return this.safeString (statuses, status, status);
Expand Down

0 comments on commit 13b884a

Please sign in to comment.