From: Matt Corallo Date: Fri, 19 Apr 2024 00:42:55 +0000 (+0000) Subject: Word-wrap new doc comment in `DelayedPaymentOutputDescriptor` X-Git-Tag: v0.0.123-rc1~5^2~3 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=db31f43b87c89319cd6513b5bbf043bb2b55616e;p=rust-lightning Word-wrap new doc comment in `DelayedPaymentOutputDescriptor` --- diff --git a/lightning/src/sign/mod.rs b/lightning/src/sign/mod.rs index 8148c88e1..3634f84aa 100644 --- a/lightning/src/sign/mod.rs +++ b/lightning/src/sign/mod.rs @@ -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,