Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-24 13:24:39 +05:00
parent 9e1ea00209
commit f984e3a4dc

View file

@ -205,7 +205,7 @@ internal class SwapNotificationsFactory(
sendingAmount = amountToRequest.value,
cryptoCurrency = fromCurrencyStatus.currency,
feeCryptoCurrency = feeCryptoCurrencyStatus?.currency,
isAccountFunded = false,
isAccountFunded = true, // consider the account is funded on the provider side
)
addReduceAmountNotification(
cryptoCurrencyStatus = fromCurrencyStatus,