mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Word-wrap new doc comment in DelayedPaymentOutputDescriptor
This commit is contained in:
parent
9f1c9062db
commit
db31f43b87
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ pub struct DelayedPaymentOutputDescriptor {
|
|||
pub channel_keys_id: [u8; 32],
|
||||
/// The value of the channel which this output originated from, possibly indirectly.
|
||||
pub channel_value_satoshis: u64,
|
||||
/// The channel public keys and other parameters needed to generate a spending transaction or to provide to a re-derived signer through
|
||||
/// [`ChannelSigner::provide_channel_parameters`].
|
||||
/// The channel public keys and other parameters needed to generate a spending transaction or
|
||||
/// to provide to a re-derived signer through [`ChannelSigner::provide_channel_parameters`].
|
||||
///
|
||||
/// Added as optional, but always `Some` if the descriptor was produced in v0.0.123 or later.
|
||||
pub channel_transaction_parameters: Option<ChannelTransactionParameters>,
|
||||
|
|
Loading…
Add table
Reference in a new issue