@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 =
|
|
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,
|