Skip to content

Commit f545555

Browse files
committed
Comment update
1 parent 3a165f1 commit f545555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/x/revshare/keeper/revshare.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (k Keeper) GetAllRevShares(
210210
makerFees := fill.MakerFeeQuoteQuantums
211211
netFees := big.NewInt(0).Add(takerFees, makerFees)
212212

213-
// when net fee is zero, no rev share is generat$ed from the fill
213+
// when net fee is zero, no rev share is generated from the fill
214214
if netFees.Sign() == 0 {
215215
return types.RevSharesForFill{}, nil
216216
}

0 commit comments

Comments
 (0)