Skip to content

Commit

Permalink
chore: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: candida-d <[email protected]>
  • Loading branch information
jeremyletang and candida-d authored May 14, 2024
1 parent 8b10a4d commit 2650c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datanode/gateway/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2473,7 +2473,7 @@ type PriceMonitoringBounds {
trigger: PriceMonitoringTrigger!
"Reference price used to calculate the valid price range"
referencePrice: String!
"Has this bound been triggered yet or is still active"
"Has this bound been triggered yet or is it still active"
active: Boolean
}

Expand Down
2 changes: 1 addition & 1 deletion protos/sources/vega/vega.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ message PriceMonitoringBounds {
PriceMonitoringTrigger trigger = 3;
// Reference price used to calculate the valid price range. This field is an unsigned integer scaled to the market's decimal places.
string reference_price = 4;
// Has this bound been triggered yet or is still active.
// Has this bound been triggered yet or is it still active.
bool active = 5;
}

Expand Down

0 comments on commit 2650c80

Please sign in to comment.