You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/event.rs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,7 @@ impl LdkEventHandler for LdkLiteEventHandler {
287
287
}
288
288
Err(err) => {
289
289
log_error!(self.logger,"Failed to create funding transaction: {}", err);
290
+
self.channel_manager.force_close_without_broadcasting_txn(temporary_channel_id, counterparty_node_id).expect("Failed to force close channel after funding generation failed");
290
291
}
291
292
}
292
293
}
@@ -307,8 +308,9 @@ impl LdkEventHandler for LdkLiteEventHandler {
0 commit comments