Skip to content

Commit 9200308

Browse files
committed
Add a quick TODO about merging cp- and locally-initiated splices
1 parent 73a6d97 commit 9200308

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lightning/src/ln/channel.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11153,6 +11153,11 @@ where
1115311153
})?;
1115411154
debug_assert!(interactive_tx_constructor.take_initiator_first_message().is_none());
1115511155

11156+
// TODO(splicing): if quiescent_action is set, integrate what the user wants to do into the
11157+
// counterparty-initiated splice. For always-on nodes this probably isn't a useful
11158+
// optimization, but for often-offline nodes it may be, as we may connect and immediately
11159+
// go into splicing from both sides.
11160+
1115611161
let funding_pubkey = splice_funding.get_holder_pubkeys().funding_pubkey;
1115711162

1115811163
self.pending_splice = Some(PendingSplice {

0 commit comments

Comments
 (0)