Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-17 12:43:00 +04:00
parent 46c19f2a3c
commit 850ecba894
12 changed files with 251 additions and 85 deletions

View file

@ -94,6 +94,7 @@ internal class HotCryptoCurrencyConverter(
rawCurrencyId = rawCurrencyId,
fiatRate = fiatRate,
priceChange = priceChange.movePointLeft(2),
isCached = false, // It doesn't matter
)
} else {
Quote.Empty(rawCurrencyId)