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 73a6d97 commit 9200308Copy full SHA for 9200308
lightning/src/ln/channel.rs
@@ -11153,6 +11153,11 @@ where
11153
})?;
11154
debug_assert!(interactive_tx_constructor.take_initiator_first_message().is_none());
11155
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
+
11161
let funding_pubkey = splice_funding.get_holder_pubkeys().funding_pubkey;
11162
11163
self.pending_splice = Some(PendingSplice {
0 commit comments