Updated on 2026-08-14
This commit is contained in:
parent
3968f4659c
commit
023ed0924b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ internal class MercuryoService(private val environment: MercuryoEnvironment) : E
|
|||
val availableCurrency = availableMercuryoCurrencies.firstOrNull {
|
||||
it.currencySymbol == currency.currencySymbol &&
|
||||
it.network == mercuryoNetwork &&
|
||||
it.contractAddress == contractAddress
|
||||
it.contractAddress.equals(contractAddress, ignoreCase = true)
|
||||
}
|
||||
return availableCurrency != null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue