Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-25 16:18:19 +05:00
parent 8275ac80f8
commit eab8b33b5f

View file

@ -49,7 +49,7 @@ internal class YieldSupplyActiveModel @Inject constructor(
init {
subscribeOnCurrencyUpdates()
modelScope.launch {
modelScope.launch(dispatchers.default) {
val protocolBalance = yieldSupplyGetProtocolBalanceUseCase(
userWalletId = params.userWallet.walletId,
cryptoCurrency = cryptoCurrency,