mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Clarify docs on revocation_pubkey in DynamicP2WSHOutputDescriptor
This commit is contained in:
parent
0df01c140e
commit
8dbadd1045
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ pub struct DynamicP2WSHOutputDescriptor {
|
|||
pub to_self_delay: u16,
|
||||
/// The output which is referenced by the given outpoint
|
||||
pub output: TxOut,
|
||||
/// The revocation_pubkey used to derive witnessScript
|
||||
/// The revocation point specific to the commitment transaction which was broadcast. Used to
|
||||
/// derive the witnessScript for this output.
|
||||
pub revocation_pubkey: PublicKey,
|
||||
/// Arbitrary identification information returned by a call to
|
||||
/// `ChannelKeys::channel_keys_id()`. This may be useful in re-deriving keys used in
|
||||
|
|
Loading…
Add table
Reference in a new issue