Updated on 2026-08-14
This commit is contained in:
parent
cf1f3c8b30
commit
e8000f1e83
1 changed files with 2 additions and 2 deletions
|
|
@ -144,10 +144,10 @@ internal class DefaultHotCryptoRepository(
|
|||
|
||||
return copy(
|
||||
tokens = this.tokens
|
||||
.applyTokensIdMigrations()
|
||||
.filter { hotToken ->
|
||||
!tokens.hasAlreadyAdded(hotToken) && userWallet.canHandleHotCrypto(hotToken)
|
||||
}
|
||||
.applyTokensIdMigrations(),
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue