We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47b6f47 + 6fe58ea commit 403c0d9Copy full SHA for 403c0d9
x/revenue/keeper/twap.go
@@ -222,7 +222,7 @@ func (k *Keeper) getRewardAssetSymbol(ctx sdk.Context) (string, error) {
222
return rewardAssetMd.Symbol, nil
223
}
224
225
-// getRewardAssetSymbol retrieves the exponent of the reward asset's alias that corresponds to
+// getRewardAssetExponent retrieves the exponent of the reward asset's alias that corresponds to
226
// reward asset's symbol.
227
func (k *Keeper) getRewardAssetExponent(ctx sdk.Context) (uint32, error) {
228
rewardAssetMd, err := k.getRewardAssetMetadata(ctx)
0 commit comments