Skip to content

Commit 732d12e

Browse files
committed
refactor: remove unused code
1 parent de10591 commit 732d12e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/src/main/java/to/bitkit/repositories/WalletRepo.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -460,12 +460,6 @@ class WalletRepo @Inject constructor(
460460
}
461461
}
462462

463-
suspend fun getAllInvoiceTags(): Result<List<TagMetadataEntity>> = withContext(bgDispatcher) {
464-
return@withContext runCatching {
465-
db.tagMetadataDao().getAll()
466-
}
467-
}
468-
469463
suspend fun searchInvoiceByPaymentHash(paymentHash: String): Result<TagMetadataEntity> = withContext(bgDispatcher) {
470464
return@withContext try {
471465
val invoiceTag =

0 commit comments

Comments
 (0)