diff options
author | Kalle Rosenbaum <kalle@rosenbaum.se> | 2015-10-27 14:25:27 +0100 |
---|---|---|
committer | Kalle Rosenbaum <kalle@rosenbaum.se> | 2015-10-27 14:25:27 +0100 |
commit | a429841781725fa5da54649aa836bb34868bab52 (patch) | |
tree | 607a2c92395a69d0672dc9591f5c0a381bdd369d | |
parent | 05451a239e42bca4c813e51c869309d0d24efc78 (diff) |
Clarified that the PoP is sent as binary over http
-rw-r--r-- | bip-0121.mediawiki | 6 |
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 == |