summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-08 20:57:25 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-08 20:57:34 +0200
commit4e54e0e877251f36130773918a3600eb27850321 (patch)
treef746a7f6958951497870547300671dc824319b95 /manpages/taler.conf.5.rst
parent5eae6c7ceb4f8ac9a228014b41ba26f885b15f34 (diff)
downloaddocs-4e54e0e877251f36130773918a3600eb27850321.tar.gz
docs-4e54e0e877251f36130773918a3600eb27850321.tar.bz2
docs-4e54e0e877251f36130773918a3600eb27850321.zip
remove excessive num_ prefix
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst14
1 files changed, 3 insertions, 11 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 2959ef74..3c2a35c2 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -102,17 +102,17 @@ DECIMAL_SEPARATOR
What symbol should be used to separate fractional digits.
Typical values are "." or ",".
-NUM_FRACTIONAL_INPUT_DIGITS
+FRACTIONAL_INPUT_DIGITS
Number of fractional digits that users are allowed to enter
manually in the user interface.
-NUM_FRACTIONAL_NORMAL_DIGITS
+FRACTIONAL_NORMAL_DIGITS
Number of fractional digits that will be rendered normally
(in terms of size and placement). Digits shown beyond this
number will typically be rendered smaller and raised (if
possible).
-NUM_FRACTIONAL_TRAILING_ZERO_DIGITS
+FRACTIONAL_TRAILING_ZERO_DIGITS
Number of fractional digits to pad rendered amounts with
even if these digits are all zero. For example, use 2 to
render 1 USD as $1.00.
@@ -176,14 +176,6 @@ ENABLE_REWARDS
rewards is enabled or disabled, and protocol-compliant merchant
backends will then enable or disable the feature accordingly.
-CURRENCY_FRACTION_DIGITS
- How many digits should amounts be rendered
- with by default. Small capitals should
- be used to render fractions beyond the number
- given here (like on gas stations). Defaults to 0.
- For EUR and USD, the value would be 2, while for
- JPY it would be 0.
-
STEFAN_ABS
Absolte amount to use in the STEFAN fee approximation
curve (see DD47). Defaults to 0 if not specified.