From 00646370ab68ad2c5de832a39acca0645a62c7c1 Mon Sep 17 00:00:00 2001 From: Sik Yoon Date: Tue, 12 Mar 2024 02:52:33 +0900 Subject: [PATCH] Fix typo --- src/strategy_team/strategy_007.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy_team/strategy_007.rs b/src/strategy_team/strategy_007.rs index 15f73c5..edf5db2 100644 --- a/src/strategy_team/strategy_007.rs +++ b/src/strategy_team/strategy_007.rs @@ -167,7 +167,7 @@ pub async fn list_up_for_sell( exchange_info_map: &HashMap, trade_fee_map: &HashMap, ) -> Result<(), Box> { - let filled_buy_orders = select_filled_buy_orders(6).await?; + let filled_buy_orders = select_filled_buy_orders(7).await?; if !filled_buy_orders.is_empty() { let client = ClientBuilder::new()