Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-26 14:06:51 +03:00
parent cf1f3c8b30
commit e8000f1e83

View file

@ -144,10 +144,10 @@ internal class DefaultHotCryptoRepository(
return copy(
tokens = this.tokens
.applyTokensIdMigrations()
.filter { hotToken ->
!tokens.hasAlreadyAdded(hotToken) && userWallet.canHandleHotCrypto(hotToken)
}
.applyTokensIdMigrations(),
},
)
}