Updated on 2026-08-14
This commit is contained in:
parent
8275ac80f8
commit
eab8b33b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue