Updated on 2026-08-14
This commit is contained in:
parent
33764123ba
commit
e877fabd93
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ object BigDecimalFormatter {
|
|||
maximumFractionDigits = decimals.coerceAtMost(maximumValue = 8)
|
||||
minimumFractionDigits = 2
|
||||
isGroupingUsed = true
|
||||
roundingMode = RoundingMode.DOWN
|
||||
roundingMode = RoundingMode.HALF_UP
|
||||
}
|
||||
|
||||
return formatter.format(cryptoAmount).let {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue