summaryrefslogtreecommitdiff
path: root/operate-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-09 16:02:56 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-09 16:02:56 +0100
commitd55b4f3a384aec8c33376f97bc4ace1a312d8fcb (patch)
tree6196526ce7c7bb37408223e74b1aeb5ce1deae58 /operate-exchange.rst
parentebc9d338c9a677f99a6560bd85236cc45ab9e4a6 (diff)
downloaddocs-d55b4f3a384aec8c33376f97bc4ace1a312d8fcb.tar.gz
docs-d55b4f3a384aec8c33376f97bc4ace1a312d8fcb.tar.bz2
docs-d55b4f3a384aec8c33376f97bc4ace1a312d8fcb.zip
unify terminology: reserve key, not withdrawal key
Diffstat (limited to 'operate-exchange.rst')
-rw-r--r--operate-exchange.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/operate-exchange.rst b/operate-exchange.rst
index 64a8289e..9ae11061 100644
--- a/operate-exchange.rst
+++ b/operate-exchange.rst
@@ -101,7 +101,7 @@ format.
The command line tool `taler-exchange-wire` is used to create such a file.
For example, the utility may be invoked as follows::
-
+
$ taler-exchange-wire -j '{"name": "The Exchange", "account_number": 10, "bank_uri": "https://bank.demo.taler.net", "type": "test"}' -t test -o exchange.json
Note that the value given to option `-t` must match the value in the JSON's field ``"type"``.
@@ -114,7 +114,7 @@ Outgoing
This exchange's bank account is used to give money to merchants, after successful :ref:`deposits <deposit-par>`
operations. If `test` is the chosen wireformat, the outcoming bank account is configured by the following
options under `[exchange-wire-outcoming-test]`:
-
+
* `exchange_account_numer`: which bank account number has the exchange
* `bank_uri`: base URL of the bank hosting the exchange bank account
@@ -175,5 +175,5 @@ Other
Reserve management
------------------
-Incoming transactions to the exchange's provider result in the creation or update of reserves, identified by their withdrawal key.
+Incoming transactions to the exchange's provider result in the creation or update of reserves, identified by their reserve key.
The command line tool `taler-exchange-reservemod` allows create and add money to reserves in the exchange's database.