From 970d5420106afce2a09947f75b1990e8cc2ac2fd Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 27 Jan 2014 22:19:55 +0100 Subject: Fix missing word in pki_data description --- bip-0070.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. |- -- cgit v1.2.3