File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
daml/splice-amulet/daml/Splice Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ template UnclaimedDevelopmentFundCoupon
400400 ensure amount > 0.0
401401
402402-- | A coupon recording an emission for the Development Fund under CIP-0082,
403- -- which can be collected by the designated beneficiary.
403+ -- which can be collected by the designated beneficiary.
404404template DevelopmentFundCoupon
405405 with
406406 dso : Party
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ computeIssuingRoundParameters tickDuration amuletPrice config summary =
123123 intToDecimal (convertRelTimeToMicroseconds tickDuration)
124124 amuletsToIssueInRound = config.amuletToIssuePerYear / roundsPerYear
125125
126- adjustedAmuletsToIssueInRound = amuletsToIssueInRound - amuletsToIssueToDevelopmentFund
127126 amuletsToIssueToDevelopmentFund = amuletsToIssueInRound * developmentFundPercentage
127+ adjustedAmuletsToIssueInRound = amuletsToIssueInRound - amuletsToIssueToDevelopmentFund
128128
129129 validatorRewardIssuance = computeIssuanceTranche
130130 (adjustedAmuletsToIssueInRound * config.validatorRewardPercentage)
You can’t perform that action at this time.
0 commit comments