From 9e2c693d92cb8ea9dbf397a8d423c470ca97fc71 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 12 Feb 2021 07:56:49 -0500 Subject: document ‘DURATION_LEGAL’, ‘FEE_REFUND’ in ‘Coins (denomination keys)’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this fixes #6740 --- taler-exchange-manual.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'taler-exchange-manual.rst') 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. -- cgit v1.2.3