We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea46ef commit 2fe3e64Copy full SHA for 2fe3e64
app/src/main/java/to/bitkit/repositories/LightningRepo.kt
@@ -317,7 +317,6 @@ class LightningRepo @Inject constructor(
317
return@withLock Result.success(Unit)
318
}
319
320
- // Start node
321
lightningService.start(timeout, ::onEvent)
322
323
_lightningState.update { it.copy(nodeLifecycleState = NodeLifecycleState.Running) }
0 commit comments