Browse Source

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

2015_12_bip1
Andreas Schildbach 11 years ago
parent
commit
7fb86aa458
  1. 2
      bip-0070.mediawiki

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

Loading…
Cancel
Save