1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00

Fix typo: PaymentRequest is hashed rather than the Payment message.

This commit is contained in:
Andreas Schildbach 2014-03-02 10:08:48 +01:00
parent 826a6f422f
commit 7fb86aa458

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.