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:26:29 +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 900b2d6f -use correct idx
900b2d6f is described below

commit 900b2d6fd921554735c5a86a8aae874973bc29d4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 22 17:26:27 2022 +0100

    -use correct idx
---
 src/lib/exchange_api_link.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_link.c b/src/lib/exchange_api_link.c
index ac3fecdd..130ec10d 100644
--- a/src/lib/exchange_api_link.c
+++ b/src/lib/exchange_api_link.c
@@ -136,7 +136,7 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh,
                                       &lh->coin_priv,
                                       &secret);
   TALER_transfer_secret_to_planchet_secret (&secret,
-                                            coin_num,
+                                            coin_idx,
                                             &lci->ps);
   TALER_planchet_setup_coin_priv (&lci->ps,
                                   &alg_values,

-- 
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]