Skip to content

Commit 37be74c

Browse files
committed
fix: set recovery mode as false when wipe wallet
1 parent 4c6d344 commit 37be74c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ class LightningRepo @Inject constructor(
315315
nodeLifecycleState = it.nodeLifecycleState,
316316
)
317317
}
318+
setRecoveryMode(false)
318319
Result.success(Unit)
319320
} catch (e: Throwable) {
320321
Logger.error("Wipe storage error", e, context = TAG)

0 commit comments

Comments
 (0)