@clonegod/ttd-sol-common 1.0.71 → 1.0.72

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.
@@ -135,7 +135,7 @@ class TransactionResultChecker {
135
135
  let order_end_time = Date.now();
136
136
  let start_time = order_recv_time;
137
137
  let end_time = order_end_time;
138
- let total_time = total_order_time;
138
+ let total_time = end_time - start_time;
139
139
  let time = {
140
140
  block_time: quote_time.block_time,
141
141
  stream_time: quote_time.stream_time,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-sol-common",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",