|
|
@@ -29,7 +29,7 @@ pub(crate) async fn reference_bybit_swap_run(is_shutdown_arc: Arc<AtomicBool>,
|
|
|
ws.set_subscribe(vec![
|
|
|
BybitSwapSubscribeType::PuTrade,
|
|
|
BybitSwapSubscribeType::PuOrderBook1,
|
|
|
- // BybitSwapSubscribeType::PuKline("1".to_string()),
|
|
|
+ BybitSwapSubscribeType::PuKline("1".to_string()),
|
|
|
// BybitSwapSubscribeType::PuTickers
|
|
|
]);
|
|
|
|