File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5037,6 +5037,13 @@ pub(super) struct FundedChannel<SP: Deref> where SP::Target: SignerProvider {
50375037 pub funding: FundingScope,
50385038 pending_funding: Vec<FundingScope>,
50395039 pub context: ChannelContext<SP>,
5040+ /// The signing session for the current interactive tx construction, if any.
5041+ ///
5042+ /// This is populated when the interactive tx construction phase completes
5043+ /// (i.e., upon receiving a consecutive `tx_complete`) and the channel enters
5044+ /// the signing phase (`FundingNegotiated` state with the `INTERACTIVE_SIGNING` flag set).
5045+ ///
5046+ /// This field is cleared once our counterparty sends a `channel_ready`.
50405047 pub interactive_tx_signing_session: Option<InteractiveTxSigningSession>,
50415048 holder_commitment_point: HolderCommitmentPoint,
50425049 /// Indicates whether this funded channel had been established with V2 channel
You can’t perform that action at this time.
0 commit comments