Skip to content

Commit e16b8dc

Browse files
committed
Clarify docs on revocation_pubkey in DynamicP2WSHOutputDescriptor
1 parent 84bec9b commit e16b8dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/chain/keysinterface.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ pub struct DynamicP2WSHOutputDescriptor {
5454
pub to_self_delay: u16,
5555
/// The output which is referenced by the given outpoint
5656
pub output: TxOut,
57-
/// The revocation_pubkey used to derive witnessScript
57+
/// The revocation point specific to the commitment transaction which was broadcast. Used to
58+
/// derive the witnessScript for this output.
5859
pub revocation_pubkey: PublicKey,
5960
/// Arbitrary identification information returned by a call to
6061
/// `ChannelKeys::channel_keys_id()`. This may be useful in re-deriving keys used in

0 commit comments

Comments
 (0)