Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-09 12:04:36 +03:00
parent 892271d6e3
commit 8670d180d1

View file

@ -125,7 +125,7 @@ internal class DefaultStakingRepository(
val stakingTokensWithYields = stakeKitApi.getEnabledYields(preferredValidatorsOnly = false)
.getOrThrow()
stakingYieldsStore.store(stakingTokensWithYields.data)
stakingYieldsStore.store(stakingTokensWithYields.data.filter { it.isAvailable })
},
)
}