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 5920de8 commit d9a278cCopy full SHA for d9a278c
lightning/src/ln/channel.rs
@@ -11152,6 +11152,11 @@ where
11152
})?;
11153
debug_assert!(interactive_tx_constructor.take_initiator_first_message().is_none());
11154
11155
+ // TODO(splicing): if post_quiescence_action is set, integrate what the user wants to do
11156
+ // into the counterparty-initiated splice. For always-on nodes this probably isn't a useful
11157
+ // optimization, but for often-offline nodes it may be, as we may connect and immediately
11158
+ // go into splicing from both sides.
11159
+
11160
let funding_pubkey = splice_funding.get_holder_pubkeys().funding_pubkey;
11161
11162
self.pending_splice = Some(PendingSplice {
0 commit comments