File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ pub struct DelayedPaymentOutputDescriptor {
110
110
pub channel_keys_id : [ u8 ; 32 ] ,
111
111
/// The value of the channel which this output originated from, possibly indirectly.
112
112
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`].
115
115
///
116
116
/// Added as optional, but always `Some` if the descriptor was produced in v0.0.123 or later.
117
117
pub channel_transaction_parameters : Option < ChannelTransactionParameters > ,
You can’t perform that action at this time.
0 commit comments