mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Fix stale reference to BaseSign::ready_channel
This commit is contained in:
parent
9cbbb58333
commit
bb617d3392
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue