Updated on 2026-08-14
This commit is contained in:
parent
a1fe273205
commit
17a17f3eb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue