From e111e97094357b93e71ec381dd253562e46c051d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 26 Jun 2019 14:25:48 +0200 Subject: needs array of link sigs, not just one --- api-exchange.rst | 4 ++-- 1 file 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. -- cgit v1.2.3