diff options
author | Kalle Rosenbaum <kalle@rosenbaum.se> | 2015-09-25 14:36:45 +0200 |
---|---|---|
committer | Kalle Rosenbaum <kalle@rosenbaum.se> | 2015-09-25 14:36:45 +0200 |
commit | e313067d01442a1be86f007a48f7900cba720aa5 (patch) | |
tree | a21a4fca34470eff7ce8f92be419c2479520a718 | |
parent | 2c56c21af12a53d9a2b4c1bc5aa467134a72ddb0 (diff) |
Removing unnecessary http header Content-Transfer-Encoding. That is only used for e-mail.
-rw-r--r-- | bip-0121.mediawiki | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki index 47d5665..a39df28 100644 --- a/bip-0121.mediawiki +++ b/bip-0121.mediawiki @@ -106,8 +106,7 @@ Wallet implementations must support the <tt>http:</tt> and <tt>https:</tt> schemes in which case <tt>POST</tt> 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 == |