File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4969,6 +4969,13 @@ pub(super) struct DualFundingChannelContext {
4969
4969
pub(super) struct FundedChannel<SP: Deref> where SP::Target: SignerProvider {
4970
4970
pub funding: FundingScope,
4971
4971
pub context: ChannelContext<SP>,
4972
+ /// The signing session for the current interactive tx construction, if any.
4973
+ ///
4974
+ /// This is populated when the interactive tx construction phase completes
4975
+ /// (i.e., upon receiving a consecutive `tx_complete`) and the channel enters
4976
+ /// the signing phase (`FundingNegotiated` state with the `INTERACTIVE_SIGNING` flag set).
4977
+ ///
4978
+ /// This field is cleared once our counterparty sends a `channel_ready`.
4972
4979
pub interactive_tx_signing_session: Option<InteractiveTxSigningSession>,
4973
4980
holder_commitment_point: HolderCommitmentPoint,
4974
4981
/// Indicates whether this funded channel had been established with V2 channel
You can’t perform that action at this time.
0 commit comments