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()