1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00

Fixing markup

This commit is contained in:
Kalle Rosenbaum 2015-08-07 18:37:17 +02:00
parent c3e50a5760
commit e0b32222d0

View File

@ -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>