Updated on 2026-08-14
This commit is contained in:
parent
13261d664e
commit
4415bd1482
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ internal class NetworkStatusFactory {
|
|||
amounts.firstOrNull { amount ->
|
||||
amount is CryptoCurrencyAmount.Token &&
|
||||
currency.id.rawCurrencyId == amount.tokenId &&
|
||||
currency.contractAddress == amount.tokenContractAddress
|
||||
currency.contractAddress.equals(amount.tokenContractAddress, ignoreCase = true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue