Skip to content

Commit

Permalink
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
wwestgarth and candida-d authored Sep 23, 2024
1 parent af79425 commit e774d0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions protos/sources/vega/governance.proto
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ message NewMarketConfiguration {
string tick_size = 16;
// If enabled aggressive orders sent to the market will be delayed by the configured number of blocks
bool enable_transaction_reordering = 17;
// Number of allowed price levels between an AMM's fair price and its quote prices. An AMM definition that exceeds this will we rejected at submission.
// Number of allowed price levels between an AMM's fair price and its quote prices. An AMM definition that exceeds this will be rejected at submission.
optional uint64 allowed_empty_amm_levels = 18;
}

Expand Down Expand Up @@ -231,7 +231,7 @@ message UpdateMarketConfiguration {
string tick_size = 12;
// If enabled aggressive orders sent to the market will be delayed by the configured number of blocks
bool enable_transaction_reordering = 13;
// Number of allowed price levels between an AMM's fair price and its quote prices. An AMM definition that exceeds this will we rejected at submission.
// Number of allowed price levels between an AMM's fair price and its quote prices. An AMM definition that exceeds this will be rejected at submission.
optional uint64 allowed_empty_amm_levels = 14;
}

Expand Down
2 changes: 1 addition & 1 deletion protos/sources/vega/markets.proto
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ message Market {
string tick_size = 21;
// If enabled aggressive orders sent to the market will be delayed by the configured number of blocks
bool enable_transaction_reordering = 22;
// Number of allowed price levels between an AMM's fair price and its quote prices. An AMM definition that exceeds this will we rejected at submission.
// Number of allowed price levels between an AMM's fair price and its quote prices. An AMM definition that exceeds this will be rejected at submission.
uint64 allowed_empty_amm_levels = 23;
}

Expand Down

0 comments on commit e774d0d

Please sign in to comment.