commit 67c0b0223b365e38a73cb5d89df651c264f51759 parent efc00de4a3765a327f29ef05b7fa99aa00e6d17f Author: Christian Grothoff <grothoff@gnunet.org> Date: Fri, 22 Dec 2023 14:48:07 +0800 remove currency code Diffstat:
| M | core/api-exchange.rst | | | 9 | ++++++--- |
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -78,7 +78,8 @@ possibly by using HTTPS. // Name of the protocol. name: "taler-exchange"; - // Currency supported by this exchange. + // Currency supported by this exchange, given + // as a currency code ("USD" or "EUR"). currency: string; // How wallets should render this currency. @@ -92,10 +93,12 @@ possibly by using HTTPS. .. ts:def:: CurrencySpecification interface CurrencySpecification { - // Name of the currency. + // Name of the currency. Like "US Dollar". name: string; - // Code of the currency + // Code of the currency. + // Deprecated in protocol v18 for the exchange + // and in protocol v6 for the merchant. currency: string; // how many digits the user may enter after the decimal_separator