gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-api] 02/02: fix typo / type error in refresh API


From: gnunet
Subject: [GNUnet-SVN] [taler-api] 02/02: fix typo / type error in refresh API
Date: Sat, 09 Dec 2017 12:41:14 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository api.

commit a1d562609100d7eab946d9a7b0d75c76896e4d4b
Author: Florian Dold <address@hidden>
AuthorDate: Sat Dec 9 12:41:00 2017 +0100

    fix typo / type error in refresh API
---
 api-exchange.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api-exchange.rst b/api-exchange.rst
index a4efd43..507eb56 100644
--- 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.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]