We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0abe9 commit 5350932Copy full SHA for 5350932
lightning/src/ln/channel.rs
@@ -6671,7 +6671,8 @@ where
6671
/// This field is cleared once our counterparty sends a `channel_ready`.
6672
pub interactive_tx_signing_session: Option<InteractiveTxSigningSession>,
6673
holder_commitment_point: HolderCommitmentPoint,
6674
- /// Info about an in-progress, pending splice (if any), on the pre-splice channel
+
6675
+ /// Information about any pending splice candidates, including RBF attempts.
6676
pending_splice: Option<PendingFunding>,
6677
6678
/// Once we become quiescent, if we're the initiator, there's some action we'll want to take.
0 commit comments