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 6d91a1f commit 9d14259Copy full SHA for 9d14259
lightning/src/ln/channel.rs
@@ -5817,6 +5817,8 @@ impl<SP: Deref> FundedChannel<SP> where
5817
return Ok(None);
5818
}
5819
5820
+ // Any commitment_signed not associated with a FundingScope is ignored below if a
5821
+ // pending splice transaction has confirmed since receiving the batch.
5822
let commitment_signed_batch: BTreeMap<_, _> = self.commitment_signed_batch
5823
.drain(..)
5824
.map(|msg| (msg.batch.as_ref().expect("commitment_signed should have a batch").funding_txid, msg))
0 commit comments