We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a165f1 commit f545555Copy full SHA for f545555
protocol/x/revshare/keeper/revshare.go
@@ -210,7 +210,7 @@ func (k Keeper) GetAllRevShares(
210
makerFees := fill.MakerFeeQuoteQuantums
211
netFees := big.NewInt(0).Add(takerFees, makerFees)
212
213
- // when net fee is zero, no rev share is generat$ed from the fill
+ // when net fee is zero, no rev share is generated from the fill
214
if netFees.Sign() == 0 {
215
return types.RevSharesForFill{}, nil
216
}
0 commit comments