Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-18 18:27:59 +05:00
parent b0ec905375
commit bb4e442b4d
2 changed files with 24 additions and 1 deletions

View file

@ -205,7 +205,7 @@ internal class SendNotificationFactory(
if (currencyDeposit != null && currencyDeposit > diff) {
add(
SendNotification.Error.ExistentialDeposit(
BigDecimalFormatter.formatCryptoAmount(
BigDecimalFormatter.formatCryptoAmountUncapped(
cryptoAmount = currencyDeposit,
cryptoCurrency = cryptoCurrency,
),