Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-23 15:50:27 +03:00
parent 96d5f31d82
commit 0747bf7ce0

View file

@ -116,7 +116,7 @@ class AccountCryptoPortfolioItemStateConverter(
)
}
private fun AccountId.toItemId() = this.userWalletId.stringValue + this.value
private fun AccountId.toItemId() = this.value
private fun BigDecimal.getPriceChangeType(): PriceChangeType = PriceChangeConverter.fromBigDecimal(value = this)