skyffire hai 1 ano
pai
achega
facd608d9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      strategy/src/core.rs

+ 1 - 1
strategy/src/core.rs

@@ -664,8 +664,8 @@ impl Core {
                     // info!("订单指令:{:?}", orders);
                     let ts = trace_stack.clone();
                     let mut orders_clone = orders.clone();
-                    TraceStack::show_delay(&trace_stack.ins);
                     spawn(async move {
+                        TraceStack::show_delay(&ts.ins);
                         platform_rest_fb.command_order(&mut orders_clone, &ts).await;
                     });