Skip to content

Commit 73b2e13

Browse files
author
Matt David
committed
- Fix bulleting for mimetypes
1 parent 3e89e8b commit 73b2e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-http-address-service.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ If the data type is permanently unavailable, for example if the address endpoint
9595

9696
A HTTP POST request on a TLS-protected HTTP address endpoint MUST set the '''Accept''' header to the requested response MIME Type. The available response MIME Types for this request are:
9797

98-
application/bitcoin-paymentprotocol-message
99-
application/bitcoin-encrypted-paymentprotocol-message
98+
* application/bitcoin-paymentprotocol-message
99+
* application/bitcoin-encrypted-paymentprotocol-message
100100
101101
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.
102102

0 commit comments

Comments
 (0)