Skip to content

Commit b88f086

Browse files
chore: remove typo (#13914) (#13917)
(cherry picked from commit 34dcca7) Co-authored-by: Julien Robert <[email protected]>
1 parent c80177e commit b88f086

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

x/group/internal/math/dec.go

-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ func (x Dec) IsPositive() bool {
4646
return !x.dec.Negative && !x.dec.IsZero()
4747
}
4848

49-
func (x Dec) IsFinite() bool {
50-
return x.dec.Form != apd.Finite
51-
}
52-
5349
// NewDecFromString returns a new Dec from a string
5450
// It only support finite numbers, not NaN, +Inf, -Inf
5551
func NewDecFromString(s string) (Dec, error) {

0 commit comments

Comments
 (0)