We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0261c commit fa3e485Copy full SHA for fa3e485
app/src/main/java/to/bitkit/services/CurrencyService.kt
@@ -16,7 +16,7 @@ import kotlin.math.pow
16
import kotlin.math.roundToLong
17
18
@Singleton
19
-class CurrencyService @Inject constructor(
+class CurrencyService @Inject constructor( //TODO REPLACE DIRECT ACCESS WITH CurrencyRepo
20
private val blocktankHttpClient: BlocktankHttpClient,
21
) {
22
private var cachedRates: List<FxRate>? = null
0 commit comments