Skip to content

Commit

Permalink
Merge pull request #11559 from vegaprotocol/lottery_doc
Browse files Browse the repository at this point in the history
chore: add doc string to rank table for lottery
  • Loading branch information
jeremyletang authored Aug 12, 2024
2 parents 70ef7cf + bad049f commit 23f24c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protos/sources/vega/vega.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ message DispatchStrategy {
uint64 lock_period = 11;
// Controls how the reward is distributed between qualifying parties
DistributionStrategy distribution_strategy = 12;
// Ordered list, using start rank, defining the rank bands and share ratio for each band. Mandatory for the rank distribution strategy.
// Ordered list, using start rank, defining the rank bands and share ratio for each band. Mandatory for the rank and rank lottery distribution strategies.
repeated Rank rank_table = 13;
// If set, the actual amount of rewards transferred to each public key during distribution for this transfer will be `min(calculated_reward_in_quantum, cap_reward_fee_multiple × fees_paid_this_epoch_in_quantum).
optional string cap_reward_fee_multiple = 14;
Expand Down
2 changes: 1 addition & 1 deletion protos/vega/vega.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23f24c5

Please sign in to comment.