Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-05 17:49:05 +03:00
parent 54f13f1082
commit d5d03d73f2
12 changed files with 289 additions and 149 deletions

View file

@ -99,7 +99,7 @@ internal class DefaultCurrenciesRepository(
)
storeAndPushTokens(
userWalletId = userWalletId,
response = updatedResponse
response = updatedResponse,
)
fetchExchangeableUserMarketCoinsByIds(userWalletId, updatedResponse)
}