Skip to content

Commit ae993c4

Browse files
authored
Merge pull request bitcoin#530 from Giszmo/patch-1
small typo in bip47
2 parents 90fa3ff + d48772e commit ae993c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0047.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Note: this procedure is used if Bob uses a version 1 payment code (regardless of
174174
## Bob selects the designated pubkey: <pre>A, where A = aG</pre>
175175
## Bob selects the private key associated with his notification address: <pre>b</pre>
176176
## Bob calculates a secret point: <pre>S = bA</pre>
177-
## Bob calculates the binding factor: <pre>s = HMAC-SHA512(x, o)</pre>
177+
## Bob calculates the blinding factor: <pre>s = HMAC-SHA512(x, o)</pre>
178178
### "x" is the x value of the secret point
179179
### "o" is the outpoint being spent by the designated input.
180180
## Bob interprets the 80 byte payload as a payment code, except:
@@ -218,7 +218,7 @@ The following actions are recommended to reduce this risk:
218218
219219
====Sending====
220220

221-
# Each time Alice wants to initiate a transaction to Bob, Alice derives a unique P2PKH address for the transaction using ECDH follows:
221+
# Each time Alice wants to initiate a transaction to Bob, Alice derives a unique P2PKH address for the transaction using ECDH as follows:
222222
## Alice selects the 0th private key derived from her payment code: <pre>a</pre>
223223
## Alice selects the next unused public key derived from Bob's payment code, starting from zero: <pre>B, where B = bG</pre>
224224
### The "next unused" public key is based on an index specific to the Alice-Bob context, not global to either Alice or Bob

0 commit comments

Comments
 (0)