Updated on 2026-08-14
This commit is contained in:
parent
7228c72553
commit
5b60d94e60
29 changed files with 1034 additions and 110 deletions
|
|
@ -195,7 +195,7 @@ internal class MarketsPortfolioModel @Inject constructor(
|
|||
hasMissedDerivationsUseCase.invoke(
|
||||
userWalletId = selectedWalletId,
|
||||
networksWithDerivationPath = addToPortfolioData.addedNetworks[selectedWalletId].orEmpty()
|
||||
.associate { Network.ID(it.networkId) to null },
|
||||
.associate { it.networkId to null },
|
||||
)
|
||||
} else {
|
||||
false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue