mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Fix typo: PaymentRequest is hashed rather than the Payment message.
This commit is contained in:
parent
826a6f422f
commit
7fb86aa458
@ -212,7 +212,7 @@ chain:
|
|||||||
repeated bytes certificate = 1;
|
repeated bytes certificate = 1;
|
||||||
}
|
}
|
||||||
</pre>
|
</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
|
the SHA256 algorithm to produce the message digest that is
|
||||||
signed. If pki_type is "x509+sha1", then the SHA1 algorithm is
|
signed. If pki_type is "x509+sha1", then the SHA1 algorithm is
|
||||||
used.
|
used.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user