diff options
author | Andreas Schildbach <andreas@schildbach.de> | 2014-03-02 10:08:48 +0100 |
---|---|---|
committer | Andreas Schildbach <andreas@schildbach.de> | 2014-03-02 10:08:48 +0100 |
commit | 7fb86aa458f1684aded58a510ecf310202fc9b61 (patch) | |
tree | 4920765b99603b38fdeff700ade676fa0efd3c48 /bip-0070.mediawiki | |
parent | 826a6f422f09ee6a392e4e03bf44abdb9ba9c318 (diff) |
Fix typo: PaymentRequest is hashed rather than the Payment message.
Diffstat (limited to 'bip-0070.mediawiki')
-rw-r--r-- | bip-0070.mediawiki | 2 |
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. |