Update ln-03.md

This commit is contained in:
Bitcoin Txoko
2024-11-21 18:12:11 +01:00
committed by GitHub
parent 5e1501217a
commit 8b0053c95d
+1 -1
View File
@@ -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.