taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2217073265654a398701b6b99edc98d8f8a6c9d4
parent 918cc95cccd492dcf76b3412bf461f29d1503a5e
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon,  8 Feb 2021 03:52:06 -0500

add markup (two instances)

Diffstat:
Mtaler-merchant-manual.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -1206,7 +1206,7 @@ Fund the reserve First, the reserve must be setup in the merchant backend. A reserve is always tied to a particular instance. To create a reserve with -10 KUDOS at instance "default" using the demo exchange, use: +10 KUDOS at instance ``default`` using the demo exchange, use: .. code-block:: console @@ -1220,7 +1220,7 @@ port 8888. The current implementation of the tool does not yet support transmission of authentication information to the backend (`see bug 6418 <https://bugs.gnunet.org/view.php?id=6418>`_). -The command will output a payto:// URI which specifies where to +The command will output a ``payto://`` URI which specifies where to wire the funds and which wire transfer subject to use. FIXME: add full example output.