Updated on 2026-08-14
This commit is contained in:
parent
1854fded77
commit
4c0bafcf8c
6 changed files with 135 additions and 45 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue