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 de10591 commit 732d12eCopy full SHA for 732d12e
app/src/main/java/to/bitkit/repositories/WalletRepo.kt
@@ -460,12 +460,6 @@ class WalletRepo @Inject constructor(
460
}
461
462
463
- suspend fun getAllInvoiceTags(): Result<List<TagMetadataEntity>> = withContext(bgDispatcher) {
464
- return@withContext runCatching {
465
- db.tagMetadataDao().getAll()
466
- }
467
468
-
469
suspend fun searchInvoiceByPaymentHash(paymentHash: String): Result<TagMetadataEntity> = withContext(bgDispatcher) {
470
return@withContext try {
471
val invoiceTag =
0 commit comments