From e313067d01442a1be86f007a48f7900cba720aa5 Mon Sep 17 00:00:00 2001 From: Kalle Rosenbaum Date: Fri, 25 Sep 2015 14:36:45 +0200 Subject: [PATCH] Removing unnecessary http header Content-Transfer-Encoding. That is only used for e-mail. --- bip-0121.mediawiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki index 47d5665e..a39df28d 100644 --- a/bip-0121.mediawiki +++ b/bip-0121.mediawiki @@ -106,8 +106,7 @@ Wallet implementations must support the http: and https: schemes in which case POST method must be used. The content type of the POST request must be set to - Content-Type: application/bitcoin-pop - Content-Transfer-Encoding: binary + application/bitcoin-pop == Examples ==