Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-12 13:01:17 +05:00
parent 207dbeed3c
commit 0ae9e75e90
16 changed files with 55 additions and 60 deletions

View file

@ -212,7 +212,7 @@ internal class TesterAccountsViewModel @Inject constructor(
name = "Account #$nextIndex",
icon = CryptoPortfolioIcon.ofDefaultCustomAccount(),
derivationIndex = nextIndex,
cryptoCurrencies = emptySet(),
cryptoCurrencies = emptyList(),
)
.getOrNull()
?: break