Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-05 12:35:03 +05:00
parent c637c9a194
commit 0b3914cf6a
29 changed files with 453 additions and 37 deletions

View file

@ -55,6 +55,8 @@ internal class DefaultAccountTxHistoryFetcher @AssistedInject constructor(
.filterIsInstance<Account.CryptoPortfolio>()
.controlFetchersForCryptoAccount()
is Account.Payment -> controlFetchersForPaymentAccount()
// Virtual account tx-history isn't wired yet (separate task) — no express fetchers for now.
is Account.Virtual -> emptyFlow()
}
controlFetchersFlow.launchIn(this)