Skip to content

Commit 9d14259

Browse files
committed
f - add comment
1 parent 6d91a1f commit 9d14259

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/channel.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5817,6 +5817,8 @@ impl<SP: Deref> FundedChannel<SP> where
58175817
return Ok(None);
58185818
}
58195819

5820+
// Any commitment_signed not associated with a FundingScope is ignored below if a
5821+
// pending splice transaction has confirmed since receiving the batch.
58205822
let commitment_signed_batch: BTreeMap<_, _> = self.commitment_signed_batch
58215823
.drain(..)
58225824
.map(|msg| (msg.batch.as_ref().expect("commitment_signed should have a batch").funding_txid, msg))

0 commit comments

Comments
 (0)