summaryrefslogtreecommitdiff
path: root/bip-0070.mediawiki
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-01-28 09:25:34 -0800
committerWladimir J. van der Laan <laanwj@gmail.com>2014-01-28 09:25:34 -0800
commitfe7137f6ef92f45a34ed73af79a37ac98912f856 (patch)
tree5711024a8b1391fbec9c7e3f2cd446b0cfe3fac4 /bip-0070.mediawiki
parent244f4a115ed4aee8155533f9f41c35ada375e3b1 (diff)
parent970d5420106afce2a09947f75b1990e8cc2ac2fd (diff)
downloadbips-fe7137f6ef92f45a34ed73af79a37ac98912f856.tar.xz
Merge pull request #13 from schildbach/fix-missing-word
Fix missing word in pki_data description
Diffstat (limited to 'bip-0070.mediawiki')
-rw-r--r--bip-0070.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki
index 699ff32..323ad67 100644
--- a/bip-0070.mediawiki
+++ b/bip-0070.mediawiki
@@ -112,7 +112,7 @@ A PaymentRequest is PaymentDetails optionally tied to a merchant's identity:
|-
| pki_type || public-key infrastructure (PKI) system being used to identify the merchant. All implementation should support "none", "x509+sha256" and "x509+sha1".
|-
-| pki_data || PKI-system data that identifies the merchant and can be used to create a digital signature. In the case of X.509 certificates, pki_data one or more X.509 certificates (see Certificates section below).
+| pki_data || PKI-system data that identifies the merchant and can be used to create a digital signature. In the case of X.509 certificates, pki_data contains one or more X.509 certificates (see Certificates section below).
|-
| serialized_payment_details || A protocol-buffer serialized PaymentDetails message.
|-