summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2015-11-10 16:49:21 +0100
committerJeff Burdges <burdges@gnunet.org>2015-11-10 16:49:21 +0100
commit592cbd14f6f0f8ffef70091801ca73ce07545141 (patch)
tree54d52c69d392502530bdab7596e2a12bba6a9d9c
parent3f18953a21019015c4ea748c0f9e3cdd00abb93e (diff)
downloaddocs-592cbd14f6f0f8ffef70091801ca73ce07545141.tar.gz
docs-592cbd14f6f0f8ffef70091801ca73ce07545141.tar.bz2
docs-592cbd14f6f0f8ffef70091801ca73ce07545141.zip
Oops missed a bit
-rw-r--r--api-mint.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-mint.rst b/api-mint.rst
index df002a6a..d992f647 100644
--- a/api-mint.rst
+++ b/api-mint.rst
@@ -236,7 +236,7 @@ When transfering money to the mint such as via SEPA transfers, the mint creates
:>jsonarr object amount: the amount_ that was withdrawn or deposited
:>jsonarr object wire: a JSON object with the wiring details needed by the banking system in use, present in case the `type` was "DEPOSIT"
:>jsonarr string details: base32_ binary encoding of the transaction data as a `TALER_WithdrawRequestPS` struct described in :ref:`Signatures`, only present if the `type` was "WITHDRAW". Its `purpose` should match our `type`, `amount_with_fee`, should match our `amount`, and its `size` should be consistent.
- :>jsonarr object signature: the EdDSA signature_ (binary-only) made with purpose `TALER_SIGNATURE_WALLET_COIN_DEPOSIT` or `TALER_SIGNATURE_WALLET_COIN_MELT` over the transaction's details, again only present if the `type` was "WITHDRAW".
+ :>jsonarr object signature: the EdDSA signature_ (binary-only) made with purpose `TALER_SIGNATURE_WALLET_RESERVE_WITHDRAW` over the transaction's details, again only present if the `type` was "WITHDRAW".