Fix stale reference to BaseSign::ready_channel

This commit is contained in:
Wilmer Paulino 2022-12-12 15:43:40 -08:00
parent 9cbbb58333
commit bb617d3392
No known key found for this signature in database
GPG key ID: 6DF57B9F9514972F

View file

@ -257,10 +257,10 @@ pub struct HTLCDescriptor {
/// [`InMemorySigner`]: crate::chain::keysinterface::InMemorySigner
pub channel_value_satoshis: u64,
/// The necessary channel parameters that need to be provided to the re-derived
/// [`InMemorySigner`] through [`BaseSign::ready_channel`].
/// [`InMemorySigner`] through [`BaseSign::provide_channel_parameters`].
///
/// [`InMemorySigner`]: crate::chain::keysinterface::InMemorySigner
/// [`BaseSign::ready_channel`]: crate::chain::keysinterface::BaseSign::ready_channel
/// [`BaseSign::provide_channel_parameters`]: crate::chain::keysinterface::BaseSign::provide_channel_parameters
pub channel_parameters: ChannelTransactionParameters,
/// The txid of the commitment transaction in which the HTLC output lives.
pub commitment_txid: Txid,