gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: remove currency code


From: gnunet
Subject: [taler-docs] branch master updated: remove currency code
Date: Fri, 22 Dec 2023 07:48:14 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 67c0b022 remove currency code
67c0b022 is described below

commit 67c0b0223b365e38a73cb5d89df651c264f51759
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Dec 22 14:48:07 2023 +0800

    remove currency code
---
 core/api-exchange.rst | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 4057af74..7384a9fd 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]