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 @@ -257,10 +257,10 @@ pub struct HTLCDescriptor {
257
257
/// [`InMemorySigner`]: crate::chain::keysinterface::InMemorySigner
258
258
pub channel_value_satoshis : u64 ,
259
259
/// 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 `].
261
261
///
262
262
/// [`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
264
264
pub channel_parameters : ChannelTransactionParameters ,
265
265
/// The txid of the commitment transaction in which the HTLC output lives.
266
266
pub commitment_txid : Txid ,
You can’t perform that action at this time.
0 commit comments