From 10173c76ccef3a8766538d9029edfab12b620797 Mon Sep 17 00:00:00 2001 From: Kalle Rosenbaum Date: Thu, 17 Sep 2015 15:10:27 +0200 Subject: Fixed unencoded space character in example --- bip-0121.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki index 76513dd..47d5665 100644 --- a/bip-0121.mediawiki +++ b/bip-0121.mediawiki @@ -115,7 +115,7 @@ Send PoP for a transaction with label "video 42923" to https://www.example.com/pop/352, using nonce 0x73 0xd5 0x1a 0xbb 0xd8 0x9c:
- btcpop:?p=https://www.example.com/pop/352&n=zgWTm8yH&label=video 42923
+ btcpop:?p=https://www.example.com/pop/352&n=zgWTm8yH&label=video%2042923
 
Send PoP through mail using mailto:pop@example.com?subject=pop444, amount -- cgit v1.2.3 From e313067d01442a1be86f007a48f7900cba720aa5 Mon Sep 17 00:00:00 2001 From: Kalle Rosenbaum Date: Fri, 25 Sep 2015 14:36:45 +0200 Subject: 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 47d5665..a39df28 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 == -- cgit v1.2.3