Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-15 18:34:01 +04:00
parent 41d216b4a8
commit 7503c2817c
30 changed files with 86 additions and 1172 deletions

View file

@ -43,7 +43,6 @@ internal class StakingBalanceUpdater @AssistedInject constructor(
fetchStakingYieldBalanceUseCase(
userWalletId = userWallet.walletId,
cryptoCurrency = cryptoCurrencyStatus.currency,
isRefactoringEnabled = true,
)
},
// we should update tx history and network for new balances
@ -82,7 +81,6 @@ internal class StakingBalanceUpdater @AssistedInject constructor(
fetchCurrencyStatusUseCase(
userWalletId = userWallet.walletId,
id = cryptoCurrencyStatus.currency.id,
refresh = true,
)
}