This commit is contained in:
Sik Yoon 2024-03-12 02:52:33 +09:00
parent 5799fa5bb7
commit 00646370ab

View File

@ -167,7 +167,7 @@ pub async fn list_up_for_sell(
exchange_info_map: &HashMap<String, ExchangeInfo>, exchange_info_map: &HashMap<String, ExchangeInfo>,
trade_fee_map: &HashMap<String, TradeFee>, trade_fee_map: &HashMap<String, TradeFee>,
) -> Result<(), Box<dyn std::error::Error + Send + Sync>> { ) -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
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() { if !filled_buy_orders.is_empty() {
let client = ClientBuilder::new() let client = ClientBuilder::new()