Skip to content

Commit b37b5e4

Browse files
committed
f variable name
1 parent 524eecf commit b37b5e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lightning/src/ln/channel.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11161,8 +11161,8 @@ where
1116111161
})?;
1116211162
debug_assert!(interactive_tx_constructor.take_initiator_first_message().is_none());
1116311163

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
11164+
// TODO(splicing): if quiescent_action is set, integrate what the user wants to do into the
11165+
// counterparty-initiated splice. For always-on nodes this probably isn't a useful
1116611166
// optimization, but for often-offline nodes it may be, as we may connect and immediately
1116711167
// go into splicing from both sides.
1116811168

0 commit comments

Comments
 (0)