gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -use correct idx


From: gnunet
Subject: [taler-exchange] branch master updated: -use correct idx
Date: Tue, 22 Feb 2022 17:28:46 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new fbdc1996 -use correct idx
fbdc1996 is described below

commit fbdc1996a6166893415c59ed830e75a8ccf79a51
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 22 17:28:44 2022 +0100

    -use correct idx
---
 src/lib/exchange_api_link.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/exchange_api_link.c b/src/lib/exchange_api_link.c
index 130ec10d..fdb34f07 100644
--- a/src/lib/exchange_api_link.c
+++ b/src/lib/exchange_api_link.c
@@ -81,7 +81,6 @@ struct TALER_EXCHANGE_LinkHandle
  *
  * @param lh link handle
  * @param json json reply with the data for one coin
- * @param coin_num number of the coin
  * @param trans_pub our transfer public key
  * @param[out] lci where to return coin details
  * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
@@ -89,7 +88,6 @@ struct TALER_EXCHANGE_LinkHandle
 static enum GNUNET_GenericReturnValue
 parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh,
                  const json_t *json,
-                 uint32_t coin_num,
                  const struct TALER_TransferPublicKeyP *trans_pub,
                  struct TALER_EXCHANGE_LinkedCoinInfo *lci)
 {
@@ -349,7 +347,6 @@ parse_link_ok (struct TALER_EXCHANGE_LinkHandle *lh,
             parse_link_coin (lh,
                              json_array_get (jsona,
                                              i),
-                             i,
                              &trans_pub,
                              lci))
         {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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