Word-wrap new doc comment in `DelayedPaymentOutputDescriptor`
authorMatt Corallo <git@bluematt.me>
Fri, 19 Apr 2024 00:42:55 +0000 (00:42 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 22 Apr 2024 13:00:29 +0000 (13:00 +0000)
lightning/src/sign/mod.rs

index 8148c88e1042758d58e6cd7f2e592be6c99ddee4..3634f84aa0e5ca3327417dfec909b70b9d42c316 100644 (file)
@@ -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>,