summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2014-03-02 07:42:15 -0500
committerGavin Andresen <gavinandresen@gmail.com>2014-03-02 07:42:15 -0500
commit6c06f31adadea2daa1707eede8056dd3c4daec20 (patch)
tree4920765b99603b38fdeff700ade676fa0efd3c48
parent826a6f422f09ee6a392e4e03bf44abdb9ba9c318 (diff)
parent7fb86aa458f1684aded58a510ecf310202fc9b61 (diff)
downloadbips-6c06f31adadea2daa1707eede8056dd3c4daec20.tar.xz
Merge pull request #25 from schildbach/bip70-typo-certificates
Fix typo: PaymentRequest is hashed rather than the Payment message.
-rw-r--r--bip-0070.mediawiki2
1 files changed, 1 insertions, 1 deletions
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;
}
</pre>
-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.