Updated on 2026-08-14
This commit is contained in:
parent
909ff3be7c
commit
cc327a86ae
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ object BigDecimalFormatter {
|
|||
maximumFractionDigits = cryptoCurrency.decimals
|
||||
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