We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07eb85 commit dfd7779Copy full SHA for dfd7779
lightning/src/ln/channelmanager.rs
@@ -9025,9 +9025,7 @@ This indicates a bug inside LDK. Please report this error at https://github.com/
9025
None,
9026
);
9027
9028
- if pending_events.contains(&event_action) {
9029
- debug_assert!(false, "FundingTransactionReadyForSigning should not have been queued already");
9030
- } else {
+ if !pending_events.contains(&event_action) {
9031
pending_events.push_back(event_action);
9032
}
9033
} else {
0 commit comments