gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: update from dd51: no decimal and cur


From: gnunet
Subject: [taler-docs] branch master updated: update from dd51: no decimal and currency leading anymore
Date: Fri, 03 Nov 2023 20:50:41 +0100

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

sebasjm pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 5d1075a8 update from dd51: no decimal and currency leading anymore
5d1075a8 is described below

commit 5d1075a80f6cdbaf7f6210a0348be0b6cdfcefc9
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Nov 3 16:50:34 2023 -0300

    update from dd51: no decimal and currency leading anymore
---
 core/api-exchange.rst | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 08599471..7188acd2 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -96,9 +96,6 @@ possibly by using HTTPS.
       // Name of the currency.
       name: string;
 
-      // Decimal separator for fractional digits.
-      decimal_separator: string;
-
       // how many digits the user may enter after the decimal_separator
       num_fractional_input_digits: Integer;
 
@@ -109,10 +106,6 @@ possibly by using HTTPS.
       // padding with zeros.
       num_fractional_trailing_zero_digits: Integer;
 
-      // Whether the currency name should be rendered before (true) or
-      // after (false) the numeric value
-      is_currency_name_leading: boolean;
-
       // map of powers of 10 to alternative currency names / symbols, must
       // always have an entry under "0" that defines the base name,
       // e.g.  "0 => €" or "3 => k€". For BTC, would be "0 => BTC, -3 => mBTC".

-- 
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]