Skip to content

Commit

Permalink
BOLT lightning#3: Correct a typo in 'revocationpubkey derivation'
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Sep 2, 2019
1 parent 8555709 commit e98b927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ And this is used to derive the revocation pubkey from the remote node's

This construction ensures that neither the node providing the
basepoint nor the node providing the `per_commitment_point` can know the
private key without the other node's secret.
public key without the other node's secret.

The corresponding private key can be derived once the `per_commitment_secret`
is known:
Expand Down

0 comments on commit e98b927

Please sign in to comment.