Skip to content

Commit

Permalink
Update prec_dec.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronoss authored Feb 14, 2025
1 parent ae9c8a6 commit e1708f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/math/prec_dec.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// NOTE: This file is nearly direct copy from cosmossdk.io/math/dec.go @v1.01
// The Precessio has been changed from 18 to 27
// The Precession has been changed from 18 to 27

// NOTE: never use new(Dec) or else we will panic unmarshalling into the
// nil embedded big.Int
Expand Down

0 comments on commit e1708f9

Please sign in to comment.