From aa9956d69f613b824febfbc22682f4908938927e Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 11 Dec 2025 11:44:10 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../features/yield/supply/impl/main/model/YieldSupplyModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/main/model/YieldSupplyModel.kt b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/main/model/YieldSupplyModel.kt index c8f25dea1a..2c16d93d51 100644 --- a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/main/model/YieldSupplyModel.kt +++ b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/main/model/YieldSupplyModel.kt @@ -91,7 +91,7 @@ internal class YieldSupplyModel @Inject constructor( subscribeOnCurrencyStatusUpdates() singleNetworkStatusFetcher( params = SingleNetworkStatusFetcher.Params( - userWalletId = userWallet.walletId, + userWalletId = params.userWalletId, network = cryptoCurrency.network, ), )