From 387c2e7544cc4535cad5c4a280344a594ba253d3 Mon Sep 17 00:00:00 2001 From: Zohar Etzioni Date: Mon, 23 Sep 2024 11:54:41 +0100 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 49fb3df154..f1285eef77 100644 --- a/protos/sources/vega/governance.proto +++ b/protos/sources/vega/governance.proto @@ -917,7 +917,7 @@ message NewProtocolAutomatedPurchaseChanges { vega.DataSourceSpecToAutomatedPurchaseBinding automated_purchase_spec_binding = 10; // The duration of the auction string auction_duration = 11; - // Minimum number of tokens to be sold (specified in asset decimals). If less than this are available in the account at the last snapshot before auction, no auction will occur and the balance will roll over to the next scheduled auction. + // Minimum number of tokens to be sold (specified in asset decimals). If less than this is available in the account at the last snapshot before auction, no auction will occur and the balance will roll over to the next scheduled auction. string minimum_auction_size = 12; // Maximum number of tokens to be sold (specified in asset decimals). If more than this is available in the account at the last snapshot before auction, this maximum value will be used instead, and the remainder will be rolled over to the next scheduled auction. string maximum_auction_size = 13;