Skip to content

Commit

Permalink
Fix proto comment width
Browse files Browse the repository at this point in the history
  • Loading branch information
UnbornAztecKing committed Jan 16, 2025
1 parent 3c71f85 commit 1ce9ffb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto/dydxprotocol/clob/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ message StreamOrderbookUpdatesRequest {
// Market ids for price updates.
repeated uint32 market_ids = 3;

// Filter order updates by subaccount IDs.
// If true, the orderbook updates only include orders from provided subaccount IDs.
// Filter order updates by subaccount IDs.
// If true, the orderbook updates only include orders from provided subaccount
// IDs.
bool filter_orders_by_subaccount_id = 4;
}

Expand Down

0 comments on commit 1ce9ffb

Please sign in to comment.