Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-16 17:26:11 +05:00
parent e5f25fdfb1
commit 2669dd7831

View file

@ -71,7 +71,7 @@ internal class DefaultCurrenciesRepository(
isGroupedByNetwork = isGroupedByNetwork,
isSortedByBalance = isSortedByBalance,
)
userTokensSaver.store(userWalletId, response)
userTokensSaver.storeAndPush(userWalletId, response)
}
override suspend fun saveNewCurrenciesList(userWalletId: UserWalletId, currencies: List<CryptoCurrency>) {