Skip to content

Commit

Permalink
fix: remove channel close on failed channel persist
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonvdb committed Oct 14, 2023
1 parent 74f7266 commit 62fdc1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class LdkPersister {

return ChannelMonitorUpdateStatus.LDKChannelMonitorUpdateStatus_Completed
} catch (e: Exception) {
LdkEventEmitter.send(EventTypes.emergency_force_close_channel, body)
return ChannelMonitorUpdateStatus.LDKChannelMonitorUpdateStatus_UnrecoverableError
}
}
Expand Down

0 comments on commit 62fdc1d

Please sign in to comment.