summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-offline.1.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-01 16:44:12 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-01 16:44:17 +0100
commit14cd1c0f6f61ac1bea893e3229245f86da9629b3 (patch)
tree0ec9aacf057606351bf6f5b7ad0c5486a968bad8 /manpages/taler-exchange-offline.1.rst
parente07c6fdff87e14416dc5c9cb9c44d987e6a260c4 (diff)
downloaddocs-14cd1c0f6f61ac1bea893e3229245f86da9629b3.tar.gz
docs-14cd1c0f6f61ac1bea893e3229245f86da9629b3.tar.bz2
docs-14cd1c0f6f61ac1bea893e3229245f86da9629b3.zip
remove wad fee, kyc fee and kyc-timeout
Diffstat (limited to 'manpages/taler-exchange-offline.1.rst')
-rw-r--r--manpages/taler-exchange-offline.1.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/manpages/taler-exchange-offline.1.rst b/manpages/taler-exchange-offline.1.rst
index 951a77e9..f9a380ad 100644
--- a/manpages/taler-exchange-offline.1.rst
+++ b/manpages/taler-exchange-offline.1.rst
@@ -296,13 +296,13 @@ format suitable for the ``upload`` subcommand.
wire-fee
--------
-This subcommand informs an exchange about the desired wire fee structure (that is, wire, closing and wad fees)
+This subcommand informs an exchange about the desired wire fee structure (that is, wire, and closing fees)
for particular wire method and a calendar year (!). The tool does not
permit changing wire fees during a calendar year. Also, once the wire fee has been
set for a calendar year, it cannot be changed.
The subcommand takes the year, wire-method (see RFC 8905, examples include
-``x-taler-bank`` or ``iban``), wire fee, closing fee and wad fee as arguments.
+``x-taler-bank`` or ``iban``), wire fee, and closing fee as arguments.
Instead of a year, the string ``now`` can be given for the current year
(this is mostly useful for test cases). The wire-method should follow the
GANA registry as given in RFC 8905. The fees must be given in the usual
@@ -322,8 +322,8 @@ related global configuration options for a calendar year (!). The tool does
not permit changing global fees during a calendar year. Also, once the global
fee structure has been set for a calendar year, it cannot be changed.
-The subcommand takes the year, history fee, kyc fee, account fee, purse fee,
-purse timeout, kyc timeout, history expiration and the (free) purse (per)
+The subcommand takes the year, history fee, account fee, purse fee,
+purse timeout, history expiration and the (free) purse (per)
account limit as arguments. Instead of a year, the string ``now`` can be
given for the current year (this is mostly useful for test cases). The fees
must be given in the usual Taler format of ``CURRENCY:NUMBER.FRACTION``.