Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-18 15:01:37 +01:00
parent 63da6a3729
commit 6a9b344abf

View file

@ -81,8 +81,7 @@ internal class NetworkStatusFactory {
}
is CryptoCurrency.Token -> transactions.filterTo(hashSetOf()) { transaction ->
transaction is CryptoCurrencyTransaction.Token &&
transaction.tokenId == currency.id.rawCurrencyId &&
transaction.tokenContractAddress == currency.contractAddress
transaction.tokenContractAddress.equals(currency.contractAddress, ignoreCase = true)
}
}