Skip to content

Commit

Permalink
chore: Update protos/sources/vega/governance.proto
Browse files Browse the repository at this point in the history
Co-authored-by: candida-d <[email protected]>
  • Loading branch information
ze97286 and candida-d authored Sep 23, 2024
1 parent 6c1c493 commit 387c2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/sources/vega/governance.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 387c2e7

Please sign in to comment.