Updated on 2026-08-14

This commit is contained in:
Tangem 2021-05-24 14:12:23 +03:00
parent 9eb7224194
commit 518183728d

View file

@ -113,7 +113,7 @@ class OnWalletLoadedReducer {
val tokenFiatAmount = tokenFiatRate?.let { tokenAmount.value?.toFiatString(it, fiatCurrencySymbol) }
TokenData(
tokenAmount.value?.toFormattedCurrencyString(
tokenAmount.decimals, token.symbol
token.decimals, token.symbol
) ?: "",
tokenAmount.currencySymbol, tokenFiatAmount
)