Move Gavin's Payment Request Generator to the "Examples" page

This commit is contained in:
Saivann 2014-06-08 23:02:39 -04:00
parent abf8ac25d6
commit f456462265
2 changed files with 3 additions and 3 deletions

View file

@ -21,6 +21,9 @@ aware of the payment protocol, it accesses the URL specified in the `r`
parameter, which should provide it with a serialized PaymentRequest parameter, which should provide it with a serialized PaymentRequest
served with the [MIME][] type `application/bitcoin-paymentrequest`<!--noref-->. served with the [MIME][] type `application/bitcoin-paymentrequest`<!--noref-->.
**Resource:** Gavin Andresen's [Payment Request Generator][] generates
custom example URIs and payment requests for use with testnet.
{% endautocrossref %} {% endautocrossref %}
#### PaymentRequest & PaymentDetails #### PaymentRequest & PaymentDetails

View file

@ -402,9 +402,6 @@ users and software don't need to worry about payments being sent to
addresses which are no longer monitored.) See the Refunds section below addresses which are no longer monitored.) See the Refunds section below
for more details. for more details.
**Resource:** Gavin Andresen's [Payment Request Generator][] generates
custom example URIs and payment requests for use with testnet.
{% endautocrossref %} {% endautocrossref %}
### Verifying Payment ### Verifying Payment