Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 62fdc1d

Browse files
committed
fix: remove channel close on failed channel persist
1 parent 74f7266 commit 62fdc1d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/android/src/main/java/com/reactnativeldk/classes/LdkPersister.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class LdkPersister {
3636

3737
return ChannelMonitorUpdateStatus.LDKChannelMonitorUpdateStatus_Completed
3838
} catch (e: Exception) {
39-
LdkEventEmitter.send(EventTypes.emergency_force_close_channel, body)
4039
return ChannelMonitorUpdateStatus.LDKChannelMonitorUpdateStatus_UnrecoverableError
4140
}
4241
}

0 commit comments

Comments
 (0)