Skip to content

Commit fa3e485

Browse files
committed
feat: add TODO
1 parent aa0261c commit fa3e485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/services/CurrencyService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import kotlin.math.pow
1616
import kotlin.math.roundToLong
1717

1818
@Singleton
19-
class CurrencyService @Inject constructor(
19+
class CurrencyService @Inject constructor( //TODO REPLACE DIRECT ACCESS WITH CurrencyRepo
2020
private val blocktankHttpClient: BlocktankHttpClient,
2121
) {
2222
private var cachedRates: List<FxRate>? = null

0 commit comments

Comments
 (0)