@icgio/icg-exchanges-wrapper 1.17.19 → 1.17.20

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.
@@ -827,6 +827,7 @@ module.exports = class Orders {
827
827
  }
828
828
 
829
829
  const order = this.order_info[exchange][pair][type][order_id]
830
+ order.last_update_ts = Date.now()
830
831
 
831
832
  const new_status = order.status
832
833
  if (old_status !== new_status) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.17.19",
3
+ "version": "1.17.20",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {