@icgio/icg-exchanges-wrapper 1.14.169 → 1.14.170

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.
@@ -874,7 +874,7 @@ module.exports = class Orders {
874
874
  this.Exchanges[exchange].cancel_order_by_order(order, (res) => {})
875
875
  })
876
876
  }, CANCEL_PREVIOUS_ORDERS_DELAY_MS)
877
- _.set(this.previous_orders_canceled_exchange_pair, [exchange, pair], true)
877
+ this.previous_orders_canceled = true
878
878
  }
879
879
  // cancel previous orders
880
880
  else if (this.cancel_previous_orders && !this.previous_orders_canceled) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.14.169",
3
+ "version": "1.14.170",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {