summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-06-26 14:25:48 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-06-26 14:25:48 +0200
commite111e97094357b93e71ec381dd253562e46c051d (patch)
treefe817cc337842506367cd9930452b4b9cf25f44c
parent665946b1a166c897bc36540c1997c3984df6f4e8 (diff)
downloaddocs-e111e97094357b93e71ec381dd253562e46c051d.tar.gz
docs-e111e97094357b93e71ec381dd253562e46c051d.tar.bz2
docs-e111e97094357b93e71ec381dd253562e46c051d.zip
needs array of link sigs, not just one
-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.