Updated on 2026-08-14
This commit is contained in:
parent
41d216b4a8
commit
7503c2817c
30 changed files with 86 additions and 1172 deletions
|
|
@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue