summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-13 23:26:41 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-13 23:26:41 +0200
commit36a93aa00e8c68ccd0fbbe4c142ee8f3908cd497 (patch)
tree2da954466d125468ea1f5530d41ee82c39d52156 /manpages/taler.conf.5.rst
parent524f9418370652bfcf5940e83ebed183f76e5ccb (diff)
downloaddocs-36a93aa00e8c68ccd0fbbe4c142ee8f3908cd497.tar.gz
docs-36a93aa00e8c68ccd0fbbe4c142ee8f3908cd497.tar.bz2
docs-36a93aa00e8c68ccd0fbbe4c142ee8f3908cd497.zip
clarify STEFAN_LIN is float, and other STEFAN-values are amounts
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 4ed0d97e..fb443f80 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -177,16 +177,19 @@ ENABLE_REWARDS
backends will then enable or disable the feature accordingly.
STEFAN_ABS
- Absolte amount to use in the STEFAN fee approximation
- curve (see DD47). Defaults to 0 if not specified.
+ Absolte amount to add as an offset in the STEFAN fee approximation
+ curve (see DD47). Defaults to CURRENCY:0 if not specified.
STEFAN_LOG
- Logarithmic factor to use in the STEFAN fee approximation
- curve (see DD47). Defaults to 0 if not specified.
+ Amount to multiply by the base-2 logarithm of the total amount
+ divided by the amount of the smallest denomination
+ in the STEFAN fee approximation curve (see DD47).
+ Defaults to CURRENCY:0 if not specified.
STEFAN_LIN
- Linear factor to use in the STEFAN fee approximation
- curve (see DD47). Defaults to 0 if not specified.
+ Linear floating point factor to be multiplied by the total amount
+ to use in the STEFAN fee approximation curve (see DD47).
+ Defaults to 0.0 if not specified.
BASE_URL
The base URL under which the exchange can be reached.