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