Updated on 2026-08-14
This commit is contained in:
commit
4ff980a0cd
41 changed files with 627 additions and 239 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