commit e111e97094357b93e71ec381dd253562e46c051d
parent 665946b1a166c897bc36540c1997c3984df6f4e8
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 26 Jun 2019 14:25:48 +0200
needs array of link sigs, not just one
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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.