Updated on 2026-08-14
This commit is contained in:
parent
63da6a3729
commit
6a9b344abf
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue