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 26a4cb0 commit be3b93aCopy full SHA for be3b93a
lightning/src/ln/channel.rs
@@ -10881,6 +10881,11 @@ where
10881
})?;
10882
debug_assert!(interactive_tx_constructor.take_initiator_first_message().is_none());
10883
10884
+ // TODO(splicing): if post_quiescence_action is set, integrate what the user wants to do
10885
+ // into the counterparty-initiated splice. For always-on nodes this probably isn't a useful
10886
+ // optimization, but for often-offline nodes it may be, as we may connect and immediately
10887
+ // go into splicing from both sides.
10888
+
10889
let funding_pubkey = splice_funding.get_holder_pubkeys().funding_pubkey;
10890
10891
self.pending_splice = Some(PendingSplice {
0 commit comments