Updated on 2026-08-14
This commit is contained in:
parent
b23c147a22
commit
306a9bb0ec
26 changed files with 828 additions and 110 deletions
|
|
@ -53,7 +53,6 @@ class UtorgExchangeService(
|
|||
override fun isSellAllowed(): Boolean = false
|
||||
|
||||
override fun availableForBuy(currency: Currency): Boolean {
|
||||
return true
|
||||
if (!isBuyAllowed()) return false
|
||||
|
||||
val foundUtorgCurrency = utorgCurrencies.firstOrNull { utorgCurrency ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue