[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sandcastle-ng] branch master updated: setup: set all fractional d
From: |
gnunet |
Subject: |
[taler-sandcastle-ng] branch master updated: setup: set all fractional digits to 0 |
Date: |
Wed, 17 Jul 2024 15:53:01 +0200 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a commit to branch master
in repository sandcastle-ng.
The following commit(s) were added to refs/heads/master by this push:
new 4e1ed55 setup: set all fractional digits to 0
4e1ed55 is described below
commit 4e1ed55948e39808203c4b24a40a0d09af6e7d4c
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Jul 17 09:52:48 2024 -0400
setup: set all fractional digits to 0
as per Marc's request
---
scripts/demo/setup-sandcastle.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index 7f3e730..983ad66 100755
--- a/scripts/demo/setup-sandcastle.sh
+++ b/scripts/demo/setup-sandcastle.sh
@@ -213,9 +213,9 @@ ENABLED = YES
name = "$CURRENCY (Taler Demonstrator)"
code = "$CURRENCY"
decimal_separator = "."
-fractional_input_digits = 2
-fractional_normal_digits = 2
-fractional_trailing_zero_digits = 2
+fractional_input_digits = 0
+fractional_normal_digits = 0
+fractional_trailing_zero_digits = 0
is_currency_name_leading = NO
alt_unit_names = {"0":"$ALT_NAME"}
EOF
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-sandcastle-ng] branch master updated: setup: set all fractional digits to 0,
gnunet <=