Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfung-dydx committed Jul 31, 2024
1 parent 2c09963 commit c44c8d1
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion proto/dydxprotocol/clob/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ message StreamTakerOrderStatus {
uint32 order_status = 1;

// The amount of remaining (non-matched) base quantums of this taker order.
uint64 remainingQuantums = 2;
uint64 remaining_quantums = 2;

// The amount of base quantums that were optimistically filled (from this current
// matching cycle) of this taker order. Note that if any quantums of this order
Expand Down
Loading

0 comments on commit c44c8d1

Please sign in to comment.