Updated on 2026-08-14
This commit is contained in:
parent
b3ed607c1a
commit
b9a2ab5fed
11 changed files with 71 additions and 16 deletions
|
|
@ -33,7 +33,6 @@ class TangemPayWalletsManager @Inject constructor(
|
|||
private fun findColdWallet(userWallets: List<UserWallet>?): UserWallet.Cold {
|
||||
return userWallets?.find {
|
||||
it is UserWallet.Cold && it.isMultiCurrency
|
||||
} as? UserWallet.Cold
|
||||
?: error("Cannot find cold user wallet")
|
||||
} as? UserWallet.Cold ?: error("Cannot find cold user wallet")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue