From d53872957fe8b34b90eb730dc3297ad771c20ff7 Mon Sep 17 00:00:00 2001 From: Leo Wandersleb Date: Tue, 2 May 2017 13:02:26 -0300 Subject: small typo in bip47 --- bip-0047.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0047.mediawiki') diff --git a/bip-0047.mediawiki b/bip-0047.mediawiki index ef680a0..155922d 100644 --- a/bip-0047.mediawiki +++ b/bip-0047.mediawiki @@ -174,7 +174,7 @@ Note: this procedure is used if Bob uses a version 1 payment code (regardless of ## Bob selects the designated pubkey:
A, where A = aG
## Bob selects the private key associated with his notification address:
b
## Bob calculates a secret point:
S = bA
-## Bob calculates the binding factor:
s = HMAC-SHA512(x, o)
+## Bob calculates the blinding factor:
s = HMAC-SHA512(x, o)
### "x" is the x value of the secret point ### "o" is the outpoint being spent by the designated input. ## Bob interprets the 80 byte payload as a payment code, except: -- cgit v1.2.3