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 fcd8cb3 commit c6ea701Copy full SHA for c6ea701
lightning/src/ln/channel.rs
@@ -6906,6 +6906,7 @@ where
6906
// Capture splice funding failed information if we have an active splice negotiation
6907
let splice_funding_failed = self.pending_splice.as_mut()
6908
.and_then(|pending_splice| pending_splice.funding_negotiation.take())
6909
+ .filter(|funding_negotiation| funding_negotiation.is_initiator())
6910
.map(|funding_negotiation| {
6911
// Create SpliceFundingFailed for any active splice negotiation during shutdown
6912
let (funding_txo, channel_type) = match &funding_negotiation {
0 commit comments