@icgio/icg-exchanges-wrapper 1.19.0 → 1.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -462,7 +462,7 @@ module.exports = class Orders {
462
462
  this.delete_order_info(exchange, pair, method, internal_id, order_type + ' limit-trade-' + res.error)
463
463
  }, this.delete_connection_error_orders_timeout)
464
464
  } else {
465
- if (order_type.startsWith('self') || order_type.startsWith('maker_2')) {
465
+ if (order_type.startsWith('self') || order_type.startsWith('maker_2') || order_type.startsWith('maker_3')) {
466
466
  this.delete_order_info(exchange, pair, method, internal_id, order_type + ' limit-trade-timeout')
467
467
  }
468
468
  // else if (_.get(this.order_info, [exchange, pair, method, id, 'status']) === 'INIT') { // make sure no_callback_timeout is NOT running zero
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.19.0",
3
+ "version": "1.19.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {