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 a820cdd commit 92ea097Copy full SHA for 92ea097
1 file changed
app/src/main/java/to/bitkit/repositories/LightningRepo.kt
@@ -365,7 +365,6 @@ class LightningRepo @Inject constructor(
365
}
366
367
368
- @Suppress("TooGenericExceptionCaught")
369
suspend fun sync(): Result<Unit> = executeWhenNodeRunning("Sync") {
370
syncState()
371
if (_lightningState.value.isSyncingWallet) {
0 commit comments