summaryrefslogtreecommitdiff
path: root/bip-0121.mediawiki
diff options
context:
space:
mode:
authorKalle Rosenbaum <kalle@rosenbaum.se>2015-08-07 18:37:17 +0200
committerKalle Rosenbaum <kalle@rosenbaum.se>2015-08-07 18:37:17 +0200
commite0b32222d0d8f9fae1b47dca8380be48a9a29d43 (patch)
treeaead1cdf0ab6211b439f800d44eb2878150614f9 /bip-0121.mediawiki
parentc3e50a57607e7cc9092d9beb89b754901adda4d1 (diff)
downloadbips-e0b32222d0d8f9fae1b47dca8380be48a9a29d43.tar.xz
Fixing markup
Diffstat (limited to 'bip-0121.mediawiki')
-rw-r--r--bip-0121.mediawiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki
index a8ed013..7a9b95b 100644
--- a/bip-0121.mediawiki
+++ b/bip-0121.mediawiki
@@ -112,13 +112,13 @@ used. The content type of the POST request must be set to
== Examples ==
Send PoP for a transaction with label "video 42923" to
-<tt><nowiki>https://www.example.com/pop/352</nowiki></tt>, using nonce
+https://www.example.com/pop/352, using nonce
<tt>0x73 0xd5 0x1a 0xbb 0xd8 0x9c</tt>:
<pre>
btcpop:?p=https://www.example.com/pop/352&n=zgWTm8yH&label=video 42923
</pre>
Send PoP through mail using
-<tt><nowiki>mailto:pop@example.com?subject=pop444</nowiki></tt>, amount
+mailto:pop@example.com?subject=pop444, amount
is 13370000 satoshis, nonce is <tt>0x6f 0xe 0xfb 0x68 0x92 0xf9</tt>.
Note that the <tt>?</tt> before <tt>subject</tt> is OK according to RFC3986,
since the query part starts from the first <tt>?</tt>:
@@ -127,7 +127,7 @@ since the query part starts from the first <tt>?</tt>:
</pre>
Send PoP for transaction with id
<tt>cca7507897abc89628f450e8b1e0c6fca4ec3f7b34cccf55f3f531c659ff4d79</tt>
-to pizza place at <tt><nowiki>http://pizza.example.com/pop/laszlo111</nowiki></tt> using nonce <tt>0xfc 0xcc 0x2c 0x35 0xf0 0xb8</tt>
+to pizza place at http://pizza.example.com/pop/laszlo111 using nonce <tt>0xfc 0xcc 0x2c 0x35 0xf0 0xb8</tt>
<pre>
btcpop:?p=http://pizza.example.com/pop/laszlo111&n=3AtNpVrPh&txid=Emt9MPvt1joznqHy5eEHkNtcuQuYWXzYJBQZN6BJm6NL
</pre>