Updated on 2026-08-14
This commit is contained in:
parent
c49b3a9176
commit
8467ada25d
16 changed files with 156 additions and 50 deletions
|
|
@ -500,7 +500,7 @@ internal class DefaultStakingRepository(
|
|||
)
|
||||
}
|
||||
|
||||
private fun getEnabledYields(): Flow<List<Yield>> {
|
||||
override fun getEnabledYields(): Flow<List<Yield>> {
|
||||
return stakingYieldsStore.get().map {
|
||||
YieldConverter.convertListIgnoreErrors(
|
||||
input = it,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue