1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-09 15:53:54 +00:00

Merge pull request #25 from schildbach/bip70-typo-certificates

Fix typo: PaymentRequest is hashed rather than the Payment message.
This commit is contained in:
Gavin Andresen
2014-03-02 07:42:15 -05:00

View File

@@ -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.