diff --git a/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapNotificationsFactory.kt b/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapNotificationsFactory.kt index d57d2943f2..5bf13c6e4d 100644 --- a/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapNotificationsFactory.kt +++ b/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapNotificationsFactory.kt @@ -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,