Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-23 03:02:00 -07:00
parent e1c819d421
commit 53b02cfb10
31 changed files with 286 additions and 346 deletions

View file

@ -262,7 +262,6 @@ internal class SendDestinationModel @Inject constructor(
val contractAddress = (cryptoCurrency as? CryptoCurrency.Token)?.contractAddress ?: return null
val (paymentAccountAddress, currency) = when (val status = this.value) {
is PaymentAccountStatusValue.Loaded -> status.cryptoBalance.depositAddress to status.cryptoCurrency
is PaymentAccountStatusValue.Locked -> status.cryptoBalance.depositAddress to status.cryptoCurrency
else -> return null
}