Skip to content

Commit 5350932

Browse files
committed
Clean up FundedChannel::pending_splice docs
1 parent 4f0abe9 commit 5350932

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6671,7 +6671,8 @@ where
66716671
/// This field is cleared once our counterparty sends a `channel_ready`.
66726672
pub interactive_tx_signing_session: Option<InteractiveTxSigningSession>,
66736673
holder_commitment_point: HolderCommitmentPoint,
6674-
/// Info about an in-progress, pending splice (if any), on the pre-splice channel
6674+
6675+
/// Information about any pending splice candidates, including RBF attempts.
66756676
pending_splice: Option<PendingFunding>,
66766677

66776678
/// Once we become quiescent, if we're the initiator, there's some action we'll want to take.

0 commit comments

Comments
 (0)