We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524eecf commit b37b5e4Copy full SHA for b37b5e4
1 file changed
lightning/src/ln/channel.rs
@@ -11161,8 +11161,8 @@ where
11161
})?;
11162
debug_assert!(interactive_tx_constructor.take_initiator_first_message().is_none());
11163
11164
- // TODO(splicing): if post_quiescence_action is set, integrate what the user wants to do
11165
- // into the counterparty-initiated splice. For always-on nodes this probably isn't a useful
+ // TODO(splicing): if quiescent_action is set, integrate what the user wants to do into the
+ // counterparty-initiated splice. For always-on nodes this probably isn't a useful
11166
// optimization, but for often-offline nodes it may be, as we may connect and immediately
11167
// go into splicing from both sides.
11168
0 commit comments