Skip to content

Commit d538729

Browse files
authored
small typo in bip47
1 parent a27cb63 commit d538729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0047.mediawiki

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)