Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-02 18:02:38 +05:00
parent a4eb7fce06
commit f553b7572c

View file

@ -28,7 +28,7 @@ class MockStakingRepository : StakingRepository {
override fun getIntegrationKey(cryptoCurrencyId: CryptoCurrency.ID): String = ""
override suspend fun fetchEnabledYields(refresh: Boolean) {
override suspend fun fetchEnabledYields() {
/* no-op */
}