From 7fb86aa458f1684aded58a510ecf310202fc9b61 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sun, 2 Mar 2014 10:08:48 +0100 Subject: [PATCH] Fix typo: PaymentRequest is hashed rather than the Payment message. --- bip-0070.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki index f0610ec..accd12b 100644 --- a/bip-0070.mediawiki +++ b/bip-0070.mediawiki @@ -212,7 +212,7 @@ chain: repeated bytes certificate = 1; } -If pki_type is "x509+sha256", then the Payment message is hashed using +If pki_type is "x509+sha256", then the PaymentRequest message is hashed using the SHA256 algorithm to produce the message digest that is signed. If pki_type is "x509+sha1", then the SHA1 algorithm is used.