Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Mar 21, 2024
1 parent 453aa54 commit c344b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ func distribution(accounts []Account) (airdrop, error) {
// Yes: x yesVotesMultiplier
// No: x noVotesMultiplier
// NoWithVeto: x noVotesMultiplier x bonus
// Abstain: x blend
// Didn't vote: x blend x malus
// Abstain: x nonVotersMultiplier
// Didn't vote: x nonVotersMultiplier x malus
yesAirdropAmt = yesAtomAmt.Mul(yesVotesMultiplier)
noAirdropAmt = noAtomAmt.Mul(noVotesMultiplier)
noWithVetoAirdropAmt = noWithVetoAtomAmt.Mul(noVotesMultiplier).Mul(bonus)
Expand Down

0 comments on commit c344b83

Please sign in to comment.