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 @@ -257,10 +257,10 @@ pub struct HTLCDescriptor {
257257 /// [`InMemorySigner`]: crate::chain::keysinterface::InMemorySigner
258258 pub channel_value_satoshis : u64 ,
259259 /// The necessary channel parameters that need to be provided to the re-derived
260- /// [`InMemorySigner`] through [`BaseSign::ready_channel `].
260+ /// [`InMemorySigner`] through [`BaseSign::provide_channel_parameters `].
261261 ///
262262 /// [`InMemorySigner`]: crate::chain::keysinterface::InMemorySigner
263- /// [`BaseSign::ready_channel `]: crate::chain::keysinterface::BaseSign::ready_channel
263+ /// [`BaseSign::provide_channel_parameters `]: crate::chain::keysinterface::BaseSign::provide_channel_parameters
264264 pub channel_parameters : ChannelTransactionParameters ,
265265 /// The txid of the commitment transaction in which the HTLC output lives.
266266 pub commitment_txid : Txid ,
You can’t perform that action at this time.
0 commit comments