summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt David <matt@netki.com>2016-06-10 15:09:31 -0700
committerMatt David <matt@netki.com>2016-06-10 15:09:31 -0700
commit66e2d91754a5d387154639ca00fe801fb6e39bf9 (patch)
treef8f47066a8c8066614e728920870441cc1242e7f
parent73b2e134d1eb625db2102716e1ba6a6de2d62d2b (diff)
downloadbips-66e2d91754a5d387154639ca00fe801fb6e39bf9.tar.xz
- Removing bolding on next word "header"
-rw-r--r--bip-http-address-service.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-http-address-service.mediawiki b/bip-http-address-service.mediawiki
index c6931e3..bbb5921 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====