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 10e579e commit ddb3b37Copy full SHA for ddb3b37
lightning/src/ln/channel.rs
@@ -10864,6 +10864,11 @@ where
10864
})?;
10865
debug_assert!(interactive_tx_constructor.take_initiator_first_message().is_none());
10866
10867
+ // TODO(splicing): if post_quiescence_action is set, integrate what the user wants to do
10868
+ // into the counterparty-initiated splice. For always-on nodes this probably isn't a useful
10869
+ // optimization, but for often-offline nodes it may be, as we may connect and immediately
10870
+ // go into splicing from both sides.
10871
+
10872
let funding_pubkey = splice_funding.get_holder_pubkeys().funding_pubkey;
10873
10874
self.pending_splice = Some(PendingSplice {
0 commit comments