Skip to content

Commit 722c617

Browse files
committed
f - add comment
1 parent 3a20546 commit 722c617

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
@@ -5813,6 +5813,8 @@ impl<SP: Deref> FundedChannel<SP> where
58135813
return Ok(None);
58145814
}
58155815

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

0 commit comments

Comments
 (0)