Updated on 2026-08-14
This commit is contained in:
parent
8d7a792628
commit
e3dea7cfb8
1 changed files with 1 additions and 3 deletions
|
|
@ -411,10 +411,8 @@ internal class SendAmountModel @Inject constructor(
|
|||
// Allowed only in multicurrency wallets
|
||||
val isMultiCurrency = userWallet?.isMultiCurrency == true
|
||||
|
||||
// Allowed only on networks without tx extras (e.i. memo and destination tag)
|
||||
val isExtrasSupported = cryptoCurrencyStatus.currency.network.transactionExtrasType.isTxExtrasSupported()
|
||||
isSendWithSwapAvailable.update {
|
||||
isAvailableForSwap && isMultiCurrency && !isExtrasSupported
|
||||
isAvailableForSwap && isMultiCurrency
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue