Skip to content

Commit 403c0d9

Browse files
authored
Merge pull request #997 from claudecodering/main
chore: fix incorrect comment for getRewardAssetExponent function
2 parents 47b6f47 + 6fe58ea commit 403c0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/revenue/keeper/twap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func (k *Keeper) getRewardAssetSymbol(ctx sdk.Context) (string, error) {
222222
return rewardAssetMd.Symbol, nil
223223
}
224224

225-
// getRewardAssetSymbol retrieves the exponent of the reward asset's alias that corresponds to
225+
// getRewardAssetExponent retrieves the exponent of the reward asset's alias that corresponds to
226226
// reward asset's symbol.
227227
func (k *Keeper) getRewardAssetExponent(ctx sdk.Context) (uint32, error) {
228228
rewardAssetMd, err := k.getRewardAssetMetadata(ctx)

0 commit comments

Comments
 (0)