Skip to content

Commit

Permalink
Merge branch 'main' into connor/test-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinYukseloglu authored Feb 17, 2024
2 parents 3619519 + d62d528 commit 688e0ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/orderbook/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ pub fn new_order_id(storage: &mut dyn Storage) -> Result<u64, ContractError> {

// TODO: Add pagination
// TODO: How finite do we need queries?

/// Retrieves a list of `LimitOrder` filtered by the specified `FilterOwnerOrders`.
pub fn get_orders_by_owner(
storage: &dyn Storage,
Expand Down

0 comments on commit 688e0ee

Please sign in to comment.