Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-06 18:20:59 +03:00
commit fec81d0697

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 {