Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-10 15:30:51 +03:00
parent 9091a8acac
commit 36fabffe3a

View file

@ -285,7 +285,11 @@ internal class DefaultCurrenciesRepository(
private suspend fun storeAndPushTokens(userWalletId: UserWalletId, response: UserTokensResponse) {
userTokensStore.store(userWalletId, response)
tangemTechApi.saveUserTokens(userWalletId.stringValue, response)
try {
tangemTechApi.saveUserTokens(userWalletId.stringValue, response)
} catch (e: Throwable) {
Timber.e("Unable to save user tokens for: ${userWalletId.stringValue}")
}
}
private suspend fun fetchExchangeableUserMarketCoinsByIds(