We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f60178 commit 9b7928cCopy full SHA for 9b7928c
1 file changed
app/src/main/java/to/bitkit/services/CoreService.kt
@@ -186,10 +186,8 @@ class CoreService @Inject constructor(
186
com.synonym.bitkitcore.isAddressUsed(address = address)
187
}
188
189
- @Suppress("ForbiddenComment")
190
suspend fun decode(input: String): Scanner = ServiceQueue.CORE.background {
191
- // TODO: Remove lowercase workaround when https://github.com/synonymdev/bitkit-core/issues/66 is fixed
192
- com.synonym.bitkitcore.decode(input.lowercase())
+ com.synonym.bitkitcore.decode(input)
193
194
195
companion object {
0 commit comments