Skip to content

Commit

Permalink
Word-wrap new doc comment in DelayedPaymentOutputDescriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Apr 19, 2024
1 parent 271fb6d commit 74823bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/sign/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ pub struct DelayedPaymentOutputDescriptor {
pub channel_keys_id: [u8; 32],
/// The value of the channel which this output originated from, possibly indirectly.
pub channel_value_satoshis: u64,
/// The channel public keys and other parameters needed to generate a spending transaction or to provide to a re-derived signer through
/// [`ChannelSigner::provide_channel_parameters`].
/// The channel public keys and other parameters needed to generate a spending transaction or
/// to provide to a re-derived signer through [`ChannelSigner::provide_channel_parameters`].
///
/// Added as optional, but always `Some` if the descriptor was produced in v0.0.123 or later.
pub channel_transaction_parameters: Option<ChannelTransactionParameters>,
Expand Down

0 comments on commit 74823bc

Please sign in to comment.