File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 > ,
You can’t perform that action at this time.
0 commit comments