From d55b4f3a384aec8c33376f97bc4ace1a312d8fcb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 9 Nov 2016 16:02:56 +0100 Subject: unify terminology: reserve key, not withdrawal key --- api-exchange.rst | 2 +- operate-exchange.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-exchange.rst b/api-exchange.rst index c06d3862..e2af539e 100644 --- a/api-exchange.rst +++ b/api-exchange.rst @@ -324,7 +324,7 @@ exchange. :status 200 OK: The exchange responds with a `ReserveStatus`_ object; the reserve was known to the exchange, - :status 404 Not Found: The withdrawal key does not belong to a reserve known to the exchange. + :status 404 Not Found: The reserve key does not belong to a reserve known to the exchange. **Details:** 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 ` 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. -- cgit v1.2.3