Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed Sep 26, 2024
1 parent 7e8942b commit e400039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/iro/types/bonding_curve.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ we use scaling functions to convert between the decimal scale and the base denom
*/

// Scales x from it's base denomination to a decimal representation
// This is used so the bonding curve
// This is used to scale X before passing it to the bonding curve functions
func ScaleXFromBase(x math.Int, precision int64) math.LegacyDec {
return math.LegacyNewDecFromIntWithPrec(x, precision)
}
Expand Down

0 comments on commit e400039

Please sign in to comment.