Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 23, 2024
1 parent 581f861 commit 6fada43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/rewards/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (k Keeper) AddRewardSharesForFill(
}
maxPossibleTakerFeeRevShare := big.NewInt(0)

// taker revshare is not returned if taker volume is greater than Max30dTakerVolumeQuantums
// taker revshare is 0 if taker volume is greater than Max30dTakerVolumeQuantums
if fill.MonthlyRollingTakerVolumeQuantums < revsharetypes.MaxReferee30dVolumeForAffiliateShareQuantums {
maxPossibleTakerFeeRevShare = lib.BigMulPpm(fill.TakerFeeQuoteQuantums,
lib.BigU(affiliatetypes.AffiliatesRevSharePpmCap),
Expand Down

0 comments on commit 6fada43

Please sign in to comment.