diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-06 18:21:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-06 18:21:45 +0100 |
commit | a4f578ba3da614a41fd4c31017f702b2db7d90dc (patch) | |
tree | a2aa03ea802c02fbbb57ba96186b12f4eecd0cf5 /doc | |
parent | d3e568e2d1c5dee55856d3ac44e77cb4af80b39f (diff) |
implement #4935 (wire fee support)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.texi b/doc/manual.texi index b97fe4ea..af2dc37d 100644 --- a/doc/manual.texi +++ b/doc/manual.texi @@ -507,14 +507,14 @@ Which currency the Web shop deals in, i.e. ``EUR'' or ``USD'', is specified usin @cindex currency @cindex KUDOS @example -[merchant]/currency +[taler]/currency @end example For testing purposes, the currency MUST match ``KUDOS'' so that tests will work with the Taler demonstration exchange at @url{https://exchange.demo.taler.net/}: @example -$ taler-config -s merchant -o currency -V KUDOS +$ taler-config -s taler -o currency -V KUDOS @end example @item Database |