From 8b0053c95db8591ae7a3d861c770f7d6be9e8c76 Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:12:11 +0100 Subject: [PATCH] Update ln-03.md --- en/ln-03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/ln-03.md b/en/ln-03.md index a3aa2b1..2fd1674 100644 --- a/en/ln-03.md +++ b/en/ln-03.md @@ -79,7 +79,7 @@ When it's time for Alice and Bob to update state and invalidate the old state, A rev_A2 = r_B1 * sha256( R_B1 || C_A1 ) + c_A1 * sha256( C_A1 || R_B1 ) ``` -Alice will never be able to derive this private key because she does not have and will never have Bob's revocation basepoint private key `rB2`. +Alice will never be able to derive this private key because she does not have and will never have Bob's revocation basepoint private key `rB1`. Now let's update the diagrams from Chapter 2 to reflect the new things we've learned in this chapter.