From 66e2d91754a5d387154639ca00fe801fb6e39bf9 Mon Sep 17 00:00:00 2001 From: Matt David <matt@netki.com> Date: Fri, 10 Jun 2016 15:09:31 -0700 Subject: [PATCH] - Removing bolding on next word "header" --- bip-http-address-service.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-http-address-service.mediawiki b/bip-http-address-service.mediawiki index c6931e37..bbb59217 100644 --- a/bip-http-address-service.mediawiki +++ b/bip-http-address-service.mediawiki @@ -98,7 +98,7 @@ A HTTP POST request on a TLS-protected HTTP address endpoint MUST set the '''Acc * application/bitcoin-paymentprotocol-message * application/bitcoin-encrypted-paymentprotocol-message -The HTTP POST request MUST set the '''Content-Transfer-Encoding''' header to "binary" and the '''Content-Type header''' to either of the aforementioned MIME Types. The content of the POST message MUST be the binary representation of a serialized ProtocolMessage or EncryptedProtocolMessage. +The HTTP POST request MUST set the '''Content-Transfer-Encoding''' header to "binary" and the '''Content-Type''' header to either of the aforementioned MIME Types. The content of the POST message MUST be the binary representation of a serialized ProtocolMessage or EncryptedProtocolMessage. ====Immediate Response====