summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Rosenbaum <kalle@rosenbaum.se>2015-10-27 14:25:27 +0100
committerKalle Rosenbaum <kalle@rosenbaum.se>2015-10-27 14:25:27 +0100
commita429841781725fa5da54649aa836bb34868bab52 (patch)
tree607a2c92395a69d0672dc9591f5c0a381bdd369d
parent05451a239e42bca4c813e51c869309d0d24efc78 (diff)
downloadbips-a429841781725fa5da54649aa836bb34868bab52.tar.xz
Clarified that the PoP is sent as binary over http
-rw-r--r--bip-0121.mediawiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki
index 38677e6..bafe856 100644
--- a/bip-0121.mediawiki
+++ b/bip-0121.mediawiki
@@ -104,9 +104,9 @@ not make their <tt>p</tt> parameter unnecessarily long.
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
-
- application/bitcoin-pop
+used. The PoP is sent as a binary serialized transaction. The content
+type of the POST request must be set to
+<tt>application/bitcoin-pop</tt>
== Examples ==