Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-01 13:33:30 +05:00
parent 1854fded77
commit 4c0bafcf8c
6 changed files with 135 additions and 45 deletions

View file

@ -569,7 +569,7 @@ internal class TokenDetailsViewModel @Inject constructor(
viewModelScope.launch(dispatchers.main) {
val extendedKey = getExtendedPublicKeyForCurrencyUseCase(
userWalletId,
cryptoCurrency.network.derivationPath,
cryptoCurrency.network,
).fold(
ifLeft = {
Timber.e(it.cause?.localizedMessage.orEmpty())