Skip to content

Commit

Permalink
proto-format: fix comment width
Browse files Browse the repository at this point in the history
  • Loading branch information
UnbornAztecKing committed Jan 16, 2025
1 parent 1ce9ffb commit 0c482e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ export interface StreamOrderbookUpdatesRequest {
marketIds: number[];
/**
* Filter order updates by subaccount IDs.
* If true, the orderbook updates only include orders from provided subaccount IDs.
* If true, the orderbook updates only include orders from provided subaccount
* IDs.
*/

filterOrdersBySubaccountId: boolean;
Expand All @@ -301,7 +302,8 @@ export interface StreamOrderbookUpdatesRequestSDKType {
market_ids: number[];
/**
* Filter order updates by subaccount IDs.
* If true, the orderbook updates only include orders from provided subaccount IDs.
* If true, the orderbook updates only include orders from provided subaccount
* IDs.
*/

filter_orders_by_subaccount_id: boolean;
Expand Down
3 changes: 2 additions & 1 deletion protocol/x/clob/types/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c482e4

Please sign in to comment.