Updated on 2026-08-14
This commit is contained in:
parent
ec7dcde2d3
commit
75f8a45cd4
23 changed files with 569 additions and 65 deletions
|
|
@ -125,7 +125,7 @@ internal class MainViewModel @Inject constructor(
|
|||
private fun fetchStakingTokens() {
|
||||
viewModelScope.launch(dispatchers.main) {
|
||||
fetchStakingTokensUseCase()
|
||||
.onLeft { Timber.e(it, "Unable to fetch the staking tokens list") }
|
||||
.onLeft { Timber.e(it.toString(), "Unable to fetch the staking tokens list") }
|
||||
.onRight { Timber.d("Staking token list was fetched successfully") }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue