summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index bf214d58..c764b6b7 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -875,10 +875,10 @@ the API during normal operation.
// transfer public key at the `noreveal_index`.
transfer_pub: EddsaPublicKey;
- // Signature made by the wallet using the old coin's private key,
+ // Array of `n` signatures made by the wallet using the old coin's private key,
// used later to verify the /refresh/link response from the exchange.
// Signs over a `TALER_CoinLinkSignaturePS`_
- link_sig: EddsaSignature;
+ link_sigs: EddsaSignature[];
// The original commitment, used to match the /refresh/reveal
// to the corresponding /refresh/melt operation.