Updated on 2026-08-14
This commit is contained in:
parent
b0ec905375
commit
bb4e442b4d
2 changed files with 24 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ internal class SendNotificationFactory(
|
|||
if (currencyDeposit != null && currencyDeposit > diff) {
|
||||
add(
|
||||
SendNotification.Error.ExistentialDeposit(
|
||||
BigDecimalFormatter.formatCryptoAmount(
|
||||
BigDecimalFormatter.formatCryptoAmountUncapped(
|
||||
cryptoAmount = currencyDeposit,
|
||||
cryptoCurrency = cryptoCurrency,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue