We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df01c1 commit 8dbadd1Copy full SHA for 8dbadd1
lightning/src/chain/keysinterface.rs
@@ -54,7 +54,8 @@ pub struct DynamicP2WSHOutputDescriptor {
54
pub to_self_delay: u16,
55
/// The output which is referenced by the given outpoint
56
pub output: TxOut,
57
- /// The revocation_pubkey used to derive witnessScript
+ /// The revocation point specific to the commitment transaction which was broadcast. Used to
58
+ /// derive the witnessScript for this output.
59
pub revocation_pubkey: PublicKey,
60
/// Arbitrary identification information returned by a call to
61
/// `ChannelKeys::channel_keys_id()`. This may be useful in re-deriving keys used in
0 commit comments