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 @@ -5037,6 +5037,13 @@ pub(super) struct FundedChannel<SP: Deref> where SP::Target: SignerProvider {
5037
5037
pub funding: FundingScope,
5038
5038
pending_funding: Vec<FundingScope>,
5039
5039
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`.
5040
5047
pub interactive_tx_signing_session: Option<InteractiveTxSigningSession>,
5041
5048
holder_commitment_point: HolderCommitmentPoint,
5042
5049
/// Indicates whether this funded channel had been established with V2 channel
You can’t perform that action at this time.
0 commit comments