Skip to content

Commit 74823bc

Browse files
committed
Word-wrap new doc comment in DelayedPaymentOutputDescriptor
1 parent 271fb6d commit 74823bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/sign/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ pub struct DelayedPaymentOutputDescriptor {
110110
pub channel_keys_id: [u8; 32],
111111
/// The value of the channel which this output originated from, possibly indirectly.
112112
pub channel_value_satoshis: u64,
113-
/// The channel public keys and other parameters needed to generate a spending transaction or to provide to a re-derived signer through
114-
/// [`ChannelSigner::provide_channel_parameters`].
113+
/// The channel public keys and other parameters needed to generate a spending transaction or
114+
/// to provide to a re-derived signer through [`ChannelSigner::provide_channel_parameters`].
115115
///
116116
/// Added as optional, but always `Some` if the descriptor was produced in v0.0.123 or later.
117117
pub channel_transaction_parameters: Option<ChannelTransactionParameters>,

0 commit comments

Comments
 (0)