We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d596d commit 22a8557Copy full SHA for 22a8557
mobile/native/src/trade/order/handler.rs
@@ -131,7 +131,6 @@ pub async fn submit_order_internal(
131
return Err(SubmitOrderError::Orderbook(err));
132
}
133
134
- set_order_to_open_and_update_ui(order.id).map_err(SubmitOrderError::Storage)?;
135
update_position_after_order_submitted(&order).map_err(SubmitOrderError::Storage)?;
136
137
Ok(order.id)
0 commit comments