Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-29 16:09:39 +04:00
parent 211507774f
commit 60d2ba7a38
6 changed files with 72 additions and 12 deletions

View file

@ -270,7 +270,7 @@ internal class SendDestinationModel @Inject constructor(
private fun getAddedAddresses(): Flow<List<DestinationWalletUM>> {
return combine(
flow = getWalletsUseCase().conflate(),
flow2 = multiAccountStatusListSupplier(Unit).conflate(),
flow2 = multiAccountStatusListSupplier().conflate(),
) { wallets, accountList ->
val cryptoCurrencyNetwork = cryptoCurrency.network