From ba03a508e6b221e8d430a24aab2d607c880c319d Mon Sep 17 00:00:00 2001 From: Zohar Etzioni Date: Tue, 27 Feb 2024 12:13:01 +0000 Subject: [PATCH] chore: Update protos/sources/vega/governance.proto Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com> --- protos/sources/vega/governance.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/sources/vega/governance.proto b/protos/sources/vega/governance.proto index 4e2c82187d0..be3bd28739d 100644 --- a/protos/sources/vega/governance.proto +++ b/protos/sources/vega/governance.proto @@ -148,7 +148,7 @@ message NewMarketConfiguration { LiquidationStrategy liquidation_strategy = 14; // Mark price configuration. CompositePriceConfiguration mark_price_configuration = 15; - // The market tick size defines the minimum change in quote price for the market + // The market tick size defines the smallest price increment in quote price for the market string tick_size = 16; }