Skip to content

Commit

Permalink
proto format
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed May 20, 2024
1 parent 0b74bf1 commit 8a46d1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/dydxprotocol/indexer/events/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ message StatefulOrderEventV1 {

// The type of event that this StatefulOrderEvent contains.
oneof event {
StatefulOrderPlacementV1 order_place = 1 [ deprecated = true ]; // Deprecated in favor of long_term_order_placement
StatefulOrderPlacementV1 order_place = 1
[ deprecated =
true ]; // Deprecated in favor of long_term_order_placement
StatefulOrderRemovalV1 order_removal = 4;
ConditionalOrderPlacementV1 conditional_order_placement = 5;
ConditionalOrderTriggeredV1 conditional_order_triggered = 6;
Expand Down

0 comments on commit 8a46d1b

Please sign in to comment.