Change typo

pull/939/head
Tomas Aftalion 2 years ago
parent 7d925814b1
commit c1338857da

@ -570,7 +570,7 @@ revocationpubkey = G*(revocationbase_priv * sha256(revocation_basepoint || per_c
= revocation_basepoint * sha256(revocation_basepoint || per_commitment_point) + per_commitment_point * sha256(per_commitment_point || revocation_basepoint))
```
In other words, the `revocationbase_priv` can only be derived (and used to sign for the `revocationpubkey`) by the party that knows _both_ the `revocationbase_priv` _and_ the `per_commitment_secret`. This little trick is what makes the public-key-based revocation system used in the Lightning Network secure.
In other words, the `revocation_priv` can only be derived (and used to sign for the `revocationpubkey`) by the party that knows _both_ the `revocationbase_priv` _and_ the `per_commitment_secret`. This little trick is what makes the public-key-based revocation system used in the Lightning Network secure.
****

Loading…
Cancel
Save