Updated on 2026-08-14
This commit is contained in:
parent
9e1ea00209
commit
f984e3a4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue