You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// [htlcpubkey](https://github.com/lightning/bolts/blob/master/03-transactions.md#localpubkey-local_htlcpubkey-remote_htlcpubkey-local_delayedpubkey-and-remote_delayedpubkey-derivation) is a child key of a revocation basepoint,
175
-
/// that enables a node to create a justice transaction punishing a counterparty for an attempt to steal funds. Used to in generation of commitment and htlc outputs.
174
+
/// The revocation key is used to allow a channel party to revoke their state - giving their
175
+
/// counterparty the required material to claim all of their funds if they broadcast that state.
176
+
///
177
+
/// Each commitment transaction has a revocation key based on the basepoint and
178
+
/// per_commitment_point which is used in both commitment and HTLC transactions.
0 commit comments