diff --git a/src/action/execute/cancel_spot_orders.rs b/src/action/execute/cancel_spot_orders.rs index a5638ef..363dd80 100644 --- a/src/action/execute/cancel_spot_orders.rs +++ b/src/action/execute/cancel_spot_orders.rs @@ -85,7 +85,7 @@ fn filter_order_by_id( .cloned() .collect(); - return Err(ContractError::SpotOrdersNotFound { + return Err(ContractError::OrderNotFound { order_ids: missing_order_ids, }); }