summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-16 12:28:15 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-16 12:28:15 +0100
commit96425ec255a3c91c2981176e09e50413ed900215 (patch)
tree4f9e7ef7b98dcbb20723557bf5c132e433d78799 /taler-exchange-manual.rst
parentf0759eb0331502a5cbf77eb9809da8f6e804f766 (diff)
parent9e2c693d92cb8ea9dbf397a8d423c470ca97fc71 (diff)
downloaddocs-96425ec255a3c91c2981176e09e50413ed900215.tar.gz
docs-96425ec255a3c91c2981176e09e50413ed900215.tar.bz2
docs-96425ec255a3c91c2981176e09e50413ed900215.zip
Merge branch 'master' of git+ssh://git.taler.net/docs
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 5f0a6ab4..3424f991 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -496,6 +496,8 @@ must then have the following options:
- ``DURATION_SPEND``: How long is a coin of the given type valid? Smaller
values result in lower storage costs for the exchange.
+- ``DURATION_LEGAL``: How long is the coin of the given type legal?
+
- ``FEE_WITHDRAW``: What does it cost to withdraw this coin? Specified
using the same format as value.
@@ -505,6 +507,9 @@ must then have the following options:
- ``FEE_REFRESH``: What does it cost to refresh this coin? Specified using
the same format as value.
+- ``FEE_REFUND``: What does it cost to refund this coin?
+ Specified using the same format as value.
+
- ``RSA_KEYSIZE``: How many bits should the RSA modulus (product of the two
primes) have for this type of coin.