commit f50f671753e331703c2920af1b54f604ccea8333
parent 36a93aa00e8c68ccd0fbbe4c142ee8f3908cd497
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 15 Oct 2023 21:34:15 +0200
fix #7945
Diffstat:
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/design-documents/050-libeufin-nexus.rst b/design-documents/050-libeufin-nexus.rst
@@ -102,7 +102,7 @@ JSON with 3 fields:
* accepted (boolean)
File contents: CLIENT_PRIVATE_KEYS_FILE
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
JSON with:
diff --git a/design-documents/051-fractional-digits.rst b/design-documents/051-fractional-digits.rst
@@ -51,7 +51,7 @@ Additionally, some cryptocurrencies have such huge units, that they are
commonly rendered in milli-units, such as mBTC (milliBTC, 1/1000 of a BTC),
Gwei (Giga-WEI), Mwei (Million-WEI), Kwei (Kilo-WEI), or
Mether/Kether/Gether/Tether and more "logical" units such as Szabo and
-Finney. See `https://coinguides.org/ethereum-unit-converter-gwei-ether/` if
+Finney. See ``https://coinguides.org/ethereum-unit-converter-gwei-ether/`` if
you want a good laugh. Regardless of the self-inflicted insanity here, this
could also make sense for inflated currencies in some cases. So we probably
should also have the ability to ship such a conversion map.
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
@@ -161,11 +161,10 @@ Instance Bank Accounts
To receive payments, an instance must have configured one or more bank
*accounts*. When configuring the bank account of an instance, one should
ideally also provide the address and credentials of an HTTP service
-implementing the `Taler Bank Merchant HTTP API
-<taler-bank-merchant-http-api>`_. Given such a service, the GNU Taler
-merchant backend can automatically reconcile wire transfers from the
-exchange to the merchant's bank account with the orders that are being
-settled.
+implementing the :ref:`Taler Bank Revenue HTTP API
+<taler-bank-merchant-http-api>`. Given such a service, the GNU Taler merchant
+backend can automatically reconcile wire transfers from the exchange to the
+merchant's bank account with the orders that are being settled.
This documentation exclusively uses the term *account* for the bank
accounts of a merchant or shop that may be associated with an instance.