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