Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-06 16:13:05 +03:00
parent c889292e8b
commit 396760e61f

View file

@ -204,7 +204,7 @@ internal class DefaultWalletManagersRepository(
.firstOrNull()
?.get(userWalletId)
?.let { userWalletManagers ->
if (blockchain == null || derivationPath == null) {
if (blockchain == null) {
userWalletManagers.firstOrNull()
} else {
userWalletManagers.firstOrNull {