From e98b9279f072a8e985ccfe0d157b6323285b1aa4 Mon Sep 17 00:00:00 2001 From: darosior Date: Mon, 2 Sep 2019 20:32:10 +0200 Subject: [PATCH] BOLT #3: Correct a typo in 'revocationpubkey derivation' --- 03-transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-transactions.md b/03-transactions.md index 5f9105c7c..1e893aa44 100644 --- a/03-transactions.md +++ b/03-transactions.md @@ -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: