summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2024-04-24 07:41:14 -0700
committerGitHub <noreply@github.com>2024-04-24 07:41:14 -0700
commit9600cefc3c77aac32ef0587e4df16cca9b11ae1d (patch)
tree19b633063aaa5d3b8d675aceeeffdec1be0adf13
parentc60f6b6588a592d9d8c65a52246e7e942bed9668 (diff)
parenta66d1852a27007e14d1d233afbeb3ce362f1c13c (diff)
downloadbips-9600cefc3c77aac32ef0587e4df16cca9b11ae1d.tar.xz
Merge pull request #746 from riordant/patch-2
BIP47: Missing word
-rw-r--r--bip-0047.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0047.mediawiki b/bip-0047.mediawiki
index 4b1763f..0c55de0 100644
--- a/bip-0047.mediawiki
+++ b/bip-0047.mediawiki
@@ -229,7 +229,7 @@ The following actions are recommended to reduce this risk:
<img src="bip-0047/reusable_payment_codes-04.png" />
<img src="bip-0047/reusable_payment_codes-05.png" />
# Bob is watching for incoming payments on B' ever since he received the notification transaction from Alice.
-## Bob calculates n shared secrets with Alice, using the 0<sup>th</sup> public key derived Alice's payment code, and private keys 0 - n derived from Bob's payment code, where n is his desired lookahead window.
+## Bob calculates n shared secrets with Alice, using the 0<sup>th</sup> public key derived from Alice's payment code, and private keys 0 - n derived from Bob's payment code, where n is his desired lookahead window.
## Bob calculates the ephemeral deposit addresses using the same procedure as Alice: <pre>B' = B + sG</pre>
## Bob calculate the private key for each ephemeral address as: <pre>b' = b + s</pre>
<img src="bip-0047/reusable_payment_codes-02.png" />