Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-22 13:01:54 +04:00
parent 568e735d23
commit f1a23ce047
2 changed files with 10 additions and 7 deletions

View file

@ -409,6 +409,8 @@ internal class DefaultStakingRepository(
Timber.i("No yield balances available for $userWalletId")
stakingBalanceStore.store(userWalletId, emptySet())
cacheRegistry.invalidate(getYieldBalancesKey(userWalletId))
return@invokeOnExpire
}