Fix typo
This commit is contained in:
parent
5799fa5bb7
commit
00646370ab
|
|
@ -167,7 +167,7 @@ pub async fn list_up_for_sell(
|
|||
exchange_info_map: &HashMap<String, ExchangeInfo>,
|
||||
trade_fee_map: &HashMap<String, TradeFee>,
|
||||
) -> 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() {
|
||||
let client = ClientBuilder::new()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user