Skip to content

Commit

Permalink
Comment nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal Lemire committed Oct 20, 2023
1 parent c6095cb commit 2973c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/dydxprotocol/clob/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ service Query {
option (google.api.http).get = "/dydxprotocol/clob/equity_tier";
}

// Queries all stateful orders.
// Queries all stateful orders for a given subaccount.
rpc AllStatefulOrders(QueryAllStatefulOrdersRequest)
returns (QueryAllStatefulOrdersResponse) {
option (google.api.http).get = "/dydxprotocol/clob/orders/stateful";
Expand Down

0 comments on commit 2973c33

Please sign in to comment.