gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated (dbba76d -> 326ba49)


From: gnunet
Subject: [taler-docs] branch master updated (dbba76d -> 326ba49)
Date: Sun, 06 Nov 2022 22:32:46 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a change to branch master
in repository docs.

    from dbba76d  fix #7427 (doc update)
     new 9e20292  Replace `taler-config -f` example with one that actually works
     new 076d43a  wire-fee wants first the year, then the method
     new 326ba49  List CIPHER as required coin option

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 frags/using-taler-config.rst | 6 ++----
 taler-exchange-manual.rst    | 5 ++++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/frags/using-taler-config.rst b/frags/using-taler-config.rst
index c15df84..9e6df14 100644
--- a/frags/using-taler-config.rst
+++ b/frags/using-taler-config.rst
@@ -39,10 +39,8 @@ compare:
 
 .. code-block:: console
 
-   $ taler-config -s ACCOUNT-bank \
-                  -o WIRE_RESPONSE
-   $ taler-config -f -s ACCOUNT-bank \
-                  -o WIRE_RESPONSE
+   $ taler-config --section exchange-offline --option MASTER_PRIV_FILE
+   $ taler-config -f --section exchange-offline --option MASTER_PRIV_FILE
 
 While the configuration file is typically located at
 ``$HOME/.config/taler.conf``, an alternative location can be specified
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index a45577a..fc06a8e 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -520,6 +520,9 @@ must then have the following options:
 -  ``FEE_REFUND``: What does it cost to refund this coin?
    Specified using the same format as value.
 
+-  ``CIPHER``: Which cipher to use for this coin? Must be either ``RSA`` or
+   ``CS``.
+
 -  ``RSA_KEYSIZE``: How many bits should the RSA modulus (product of the two
    primes) have for this type of coin.
 
@@ -717,7 +720,7 @@ using the ``taler-exchange-offline`` tool:
 
 .. code-block:: console
 
-   $ taler-exchange-offline wire-fee iban 2040 EUR:0.05 EUR:0.10 EUR:0.15
+   $ taler-exchange-offline wire-fee 2040 iban EUR:0.05 EUR:0.10 EUR:0.15
 
 The above sets the wire fees for wire transfers involving ``iban`` accounts
 (in Euros) in the year 2040 to 5 cents (wire fee) and 10 cents (closing fee).

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]