taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit a1d562609100d7eab946d9a7b0d75c76896e4d4b
parent 4e79fd492ec1360c34eaeb1d4ba996f7bb65bb6d
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat,  9 Dec 2017 12:41:00 +0100

fix typo / type error in refresh API

Diffstat:
Mapi-exchange.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api-exchange.rst b/api-exchange.rst @@ -911,8 +911,8 @@ the API during normal operation. // `kappa - 1` transfer private keys (ephemeral ECDHE keys) transfer_privs: EddsaPrivateKey[]; - // transfer public keys at the `noreveal_index`. - transfer_pub: EddsaPublicKey[]; + // transfer public key at the `noreveal_index`. + transfer_pub: EddsaPublicKey; // The original commitment, used to match the /refresh/reveal // to the corresponding /refresh/melt operation.