File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -586,8 +586,11 @@ enum ChannelState {
586586 NegotiatingFunding(NegotiatingFundingFlags),
587587 /// We have sent `funding_created` and are awaiting a `funding_signed` to advance to
588588 /// `AwaitingChannelReady`. Note that this is nonsense for an inbound channel as we immediately generate
589- /// `funding_signed` upon receipt of `funding_created`, so simply skip this state. For dual-funded (V2)
590- /// channels, this state is also skipped.
589+ /// `funding_signed` upon receipt of `funding_created`, so simply skip this state.
590+ ///
591+ /// For inbound and outbound interactively funded channels (dual-funding/splicing), this flag indicates
592+ /// that interactive transaction construction has been completed and we are now interactively signing
593+ /// the funding/splice transaction.
591594 FundingNegotiated(FundingNegotiatedFlags),
592595 /// We've received/sent `funding_created` and `funding_signed` and are thus now waiting on the
593596 /// funding transaction to confirm.
You can’t perform that action at this time.
0 commit comments