Skip to content

Commit dba80af

Browse files
committed
f fix docs for FundingNegotiated
1 parent f1cc967 commit dba80af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lightning/src/ln/channel.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)